lbfjbappcgpjejkcdjponeobdcnldlkc
Gmail+Trello integration. Add Google mail to Trello cards with text, backlinks, and attachments. A free tool that provides an extra button on the Gmail UI to add the current Google mail you're reading to a Trello card with text, backlinks and attachments. Was previously published as "Gmail-to-Trello" in the Chrome Web Store. Was rated 4.8+ stars out of 5! Had over 40,000+ daily active users! This is the exact same codebase and support board—and we've been able to post some new features you've needed! === Development and Support Board here for feature/bug submitting and voting: https://g2t.support === === New features! === * Now adds Gmail recipients (To/CC) to card data * Now remembers 100 board, list, and cards you last added an email to! === Main features === * Add a button "Add new card" into Gmail's toolbar * Handles uploading Images and Attachments! * Detect email opening mode, also the most visible email in current thread * Extract email's title, body, timestamp, also reduce text's complexity * User can choose which list, board or organization will contain the new card * User can assign him/herself to the new card * Current email can be easily looked up later via a direct link, or searching (useful for group collaboration) * Can set labels * Can set due date * Authorized via Trello account * Support both simple and split layout ("Preview Panel" in lab/Outlook-like) * User can pick up another emails in thread while popup is opening, or reopen popup again to detect and extract email's content again * Popup is resizable, draggable * "Report" button automates posting issues to community board at https://g2t.support === 2.9.0.002@2023-06-09 === * Update Google Analytics ID * Fix Markdown checkbox not reflecting markdown in description correctly * Update Trello API key to get rid of "Can't have wildcard" Trello API error * Start using ?. for data array access * Update manifest for content_security_policy === 2.8.7.001@2021-12-05 === * Got new API key with allowed origins. === 2.8.6.006@2021-06-15 === * mouseDown for main version getSelectedText works instead of click === 2.8.6.002@2021-02-22 === * Update hover text * Body in cards not coming over * Updated selectors and selector logic to reference within context of code === 2.8.6.001@2021-02-08 === * Make spacebar also highlight/deselect Labels and Assign * Automatically select attachments, when present (but not Images) * Allow submitting to Trello with no Body (Title still required) * Use off("change") trick to keep script from getting called twice === 2.8.5.018@2021-01-29 === * User reports clicking markdown/Gmail-links/recipients clears body and doesn't return - confirmed, found really good bug, fixed === 2.8.5.014@2020-11-18 === * Use more calculated .ui-autocomplete value * Fix highlighting of labels with mouseover--typo: g2tLabel ≠ g2tLabels === 2.8.5.013@2020-10-25 === * Where/List/Card overflow: auto to show scrollbar when long list set .ui-autocomplete max-height to 60% screen === 2.8.5.012@2020-10-18 === * Gmail changed class for mail body from '.a3s.aXjCH' to '.a3s.aiL' === 2.8.5.011@2020-09-04 === * Add 33px margin to the popupMsg so it will not appear over the popup titlebar. === 2.8.5.010@2020-09-03 === * Fix for buttons highlighting outward instead of inward from @KS-CleverCopter === 2.8.5.009@2020-08-12 === * Add base64 default image if avatarUrl is missing * Add avatar_generic_30x30.png if avatarUrl is missing * Updates to minimizing and resizing from @KS-CleverCopter === 2.8.5.008@2020-07-18 === * Make due shortcuts reset when picking "--" even when it's selected * Change manifest to '*.trello.com' to support api.trello.com, api-gateway.trello.com * Add '*.gstatic.com' to manifest for googleusercontent === 2.8.5.007@2020-07-15 === * @KS-CleverCopter fix for images hover clipping, Where: a few pixels misaligned * Change "+Trello!" to "-> Trello" * Notice that Labels and Assign draw off to the right and then snap to the left === 2.8.5.006@2020-06-30 === * Add icon files * Remove unused files from main bundle * Remove dependency on old datejs.com code * Bump version and notes === 2.8.5.004@2020-06-27 === * Accessibility improvements: tabbing and enter key from @KS-CleverCopter === 2.8.5.003@2020-06-18 === * More UI cleanup from @KS-CleverCopter * Fix for bug where on Windows 10, Boards popup appears behind === 2.8.5.001@2020-05-24 === * First cut at remembering what message was stored with what card * Move to safer "g2t_" instead of "g2t:" for variable names stored in hashes * Reduce log lines circular queue to 100 lines * Set "remembered" to 100 emails * First version of restoring settings based on email, had to add ability to cache list updates til list refreshed * This history available at: https://g2t.pub/changes === 2.8.0.013@2020-05-22 === * Fix validHash to work correctly - was always taking the req = [] path. This was causing empty data to be sent to Trello, causing a 400 error === 2.8.0.012@2020-05-15 === * Update icons for correct classes for Gmail with highlighting css === 2.8.0.011@2020-05-07 === * Use avatarUrl instead of id + '/' + avatarHash in case it moves in the future * Update http:// to https:// * Remove unused chrome.identity === 2.8.0.009@2020-05-03 === * Update text-only from "GtT" to "G2T" * Update these notes references from "GtT" to "G2T" * More trials for better resizing (failed) * Replace 403'ing "https://trello-avatars.s3.amazonaws.com/{avatarHash}/30.png" with "https://trello-members.s3.amazonaws.com/{id}/{avatarHash}/30.png" === 2.8.0.006@2020-04-20 === * Had to publish as new Extension "Gmail-2-Trello" due to old extension updates being disallowed. * Change "Arrows" to a pop-up for "Add below:" and "Add to:" * Try AspectRatio on for more reasonable resize experience [nope, doesn't work for what we'd want] * Posted in new github repo: https://github.com/appliedmedia/gmail-2-trello === 2.8.0.003@2020-03-04 === * Now uses background script for retrieval and upload of all attachments/images/embedded images, should resolve CORS/CORB new higher level of Chrome Security. * Standardize on selectors for embedded titles * Reduce scopes of domains in manifest * Update descriptive text in manifest * Update to jQuery 3.4.1.slim * Add option/shift-click to "Attach" or "Images" will select-all/deselect-all based on first checkbox's state * Remove in-app purchases * Output jQuery object when body can't be found === 2.7.2.32@2020-02-15...2.7.0.0 === * Try some changes to grow boxes (unsuccessfully) * Update file naming upload code to gleen filename from aria-label text * Gmail UI class names changed again, in gmailView we now use a single viewport: '.aia:first'. It was '.aeJ:first'. We no longer explicitly try to detect splitlayout, which may or may not work. Will need to test with folks. * Initial error message when retrieving attachment content fails with 0 length. Probably CORS/CORB new Chrome security model, need to retrieve data from background script. Fix in progress but will take a while to refactor uploading code. * Deeper highlighting for Labels and Assign, use gradient to indicate selected * Remove trash can from GtT pull down * Move popup location of GtT pull down to under icon * Use new === of Trello Client.js * Make sure UI, Sign-out works (enough) when Trello Authenticate fails. * Look for old legacy classname m{UNIQUEID} only if other emailId tags aren't present * Iterate differently * Use data-thread-id if present * Get Legacy Gmail Thread ID for backlink on new Gmail * Find new Gmail views * Make getManifest === check more robust error-handling-wise * Fix calculation for pop-up when button position has changed * New HD toolbar icon & sketch version * Attachment image previews are now scale-to-fit * Attachment file and image sections are hidden when there is no attachment * [dev] Change form markups from dl/dt/dd to regular divs * Fix bug on the new Gmail that cause toolbar buttons failed to work properly * Remove overlapping intervals, thanks to Travis Hardman. * Up debug log * Silence logging of button positioner [still need to fix] * Gmails coming up blank content in GtT - Change .adP:first to use more deterministic tag * Check for ASL or ASF div for Refresh icon. * Only call detach if more than one button/popup * Use '0' for unknown === in === check * More debugging logs for adding button / popup * Only show === update if previous === > 0 * Remove toolBarHolder * Debug Multiple Inboxes - more to do * Circular log wasn't - hogged memory * inline image now should upload to Trello correctly * Restrict log from 1000 to 100 lines. * Call browsingData from background to clear extension data. * Show message to reload when === changes. * Fix $button[0] -> $button.first(). * Fix missing views/options.html. * detectToolbar return true if detected. * .detach button and popup and then only append one. * Make sign out an explicit button on the page. * Fix resize via jQuery UI, needed clearfix at popup level for jQuery UI added elements * Call pre-init after button disappear * Semi-final jQuery UI resizing (not quite right for normal state, works okay for list state) * Show === number in options panel (prep for noticing === change and prompting to reload) * Remove G-Ni from GtT icon * Add timer to check every 2 seconds for GtT button showing * Use gh='mtb' to find toolbar * Add G-Ni to GtT icon * Remove :first from G-atb * Additional debugging code in toolbar and labels code * Report of GtT button not appearing when Streak and RightInbox, some tweaks to button positioning code to hopefully circumvent problem. * Add info message to options screen * Initial cut at button for chrome.browsingData.remove * Update manifest with 64 and 128 icons * Icon not showing up in toolbar due to other extension icons in toolbar * Update gtt_log to have timestamp * Move email search hyperlinks to top of content * Parse "29. Mai 2017 um 15:18" correctly * (Until I have a better idea, have to decode the dateTime by hand and do some month comparisons) * And then after doing that ton of work and realizing this will be horrific to maintain, I ripped it all out * Check for 401 more leniently, add target to error * Lists without organizations were being filtered out! Fixed. * Change Features/Bugs to 'Help' * Created 'Report' feature, which will put latest error and last 1000 log items into card to post to GtT Trello board * 400 invalid id on attachment upload: Use pos === 'at' to indicate path to attach * Track mouseUp and mouseDown in same external-to-window container * Make positioning logic more robust for Upload to combat Trello POST pos 404 error * Click outside window closes window * Focus outside window closes window * Error in attachments processing fixed to produce correct filename * Install keyboard trap to Show Popup, Remove keyboard trap on Hide Popup * Clean up consts for keyboard trap * First cut at image with larger tooltip on hover * Load jQuery UI CSS before our CSS so we can override it * Add named function gtt_keydown to prevent duplicate listeners * Bump === to work around Google problem * Remove Gmail load wait timer now that GtT button is more robust on no-data * Move keyboard trap to bindEvents * Dirty centering when no data so popup will move as appropriate * Fix error with "bottom" should be "below" * Refactor upload code to pull it all into model work, add model.Uploader class * Move attach code back into our code since Trello doesn't want it * Fix error where attachment URL was click link instead of updated card * Fixed long untruncated image/attachment string * First cut at having GtT button always show, even when there is no data to populate - this may reduce the "where's my button?" support issues * Have images bottom grow when you grab the window grow handle in the lower right corner * Fix bug in creating new card * Simplify UI for adding to a card vs. adding new card below * Add to an existing card! * Had to change UI a little to account for card selection and "where" to put the card === 2.6.0.0...2.5.0.1 === * Make minimum width bigger for popup * Create shortcut dropdown for due date * Create option entry to add more to shortcut dropdown * Persist previous due date and time * Attachments and Images now are transferred completely to Trello instead of lodging as links back to Gmail * Attachments downloaded to memory and uploaded to Trello instead of just providing links * Support keyboard shortcuts: Alt/Opt+Shift+G is the default to show the popup (once in Gmail and the button is visible) * While the Popup is showing, hitting ESCAPE or CTRL+. or CMD+. will dismiss the popup. * CTRL/CMD+ENTER will Add to Trello. * Change stray bullets to asterisks but not stray hyphens * Fix member assignment buttons to persist across board changes * Shift-click "Labels:" or "Members:" to clear * Fix typos GMail -> Gmail * Layout changes to accomodate smaller screens * Can now assign other users * Your id should always be first in Assign list * Remove "Assign to me" button * Move signout and error to chrome extension loaded html files * Make label and member msg boxes same height as label and member chicklets so things don't "jump" up and down when picking new boards * Fix pInterest loads with white overlay on top of first 20 pinned items -- was conflicting with jQuery UI CSS * Moved jQuery-ui-css loading to top of popup * Changed matches to mail.google.com instead of all urls. * Fix problem of email with no body * Try to fix parseData to always return a valid data block (even if empty data) * Update board changed to clear out list/labels when settings boardId is different than boardId * Gray box around imgs in image list to show "spacer" images * Use window.location.pathname to provide "/mail/u/0/" or "/mail/u/1/" etc. for different gmail accounts * Add support to attach images from Gmail * Fix typo with missing brace for uriForDisplay * To handle jQuery UI looking to Gmail for UI icons, must replace url("images... with url("chrome-extension://__MSG_@@extension_id__/images... ...read entire history at https://g2t.pub/changes and interact with this community at https://g2t.support.
DragApp: Gmail shared inbox
Turn Gmail into a collaboration tool for teams to manage shared inbox, Help Desk, CRM, Task Management and more from Gmail. Bring email collaboration, workflow automation and individual productivity into your Gmail inbox. Built for Google Workspace users. ✓ Manage shared inboxes or Google Groups like support@, sales@ or info@. ✓ Use shared boards in Kanban, list or preview views to create all types of workflows in Gmail. ✓ Know who is working on what with email assignment. ✓ Collaborate with team members within the context of a specific task with internal live chat and email comments. ✓ Create automation rules for your workflows. ✓ Create custom fields to add information specific to your company’s workflows. ✓ Personalize email templates and follow-up email sequences. ✓ Report on individual and team performance with email analytics. ✓ Integrate Drag to 5,000+ apps via Zapier. ✓ Manage workflows on the go with a mobile app. Watch our demo: https://www.dragapp.com/watch-demo/ Speak to a Customer Champion: https://www.dragapp.com/demo/ Read real customer stories: https://www.dragapp.com/customer-success-stories/ Refer Drag and get paid: https://www.dragapp.com/referral-program/ 🧮 Boards Use shared boards for different workflows, from a simple Help Desk and CRM to a Marketing board. 🙋♂️ Email Assignment Assign emails and tasks to the best-placed team members. You can see, at a glance, who’s working on what. 🎤 @mentions @mention your team to start a real-time chat with a team mate within the context of a specific email or task. 💬 Team chat A private space for you and your team to add email comments and context to any conversation. 📨 Shared drafts Work together on email replies. Write a draft reply and have a colleague check it before sending. 🏷️ Shared labels Share labels and organize your boards across your team with shared labels. ✅ Tasks Not everything comes as an email, sometimes there’s a separate task. You can add tasks directly to your inbox. 📤 Email templates Quickly select templates to send, instead of having to write them from scratch over and over again. 🕹️ Automations Easily automate repeatable workflows. Automatically send emails to boards, assign emails and create tasks for your team. 📊 Email analytics Understand what’s happening on boards. Get insights into how productive you and your team are. 📱Custom fields Custom fields have all of the different field types that you may need to organize your cards. For example ‘deal value’ for Sales CRM or ‘ticket criticality’ for Help Desk. 📁 File upload Share files with your team – upload all sorts of files to cards to close things faster. 🗂️ Merge cards Merge cards into collections to save time and energy. Group different emails and tasks into one single card to better manage your work. 🕵️ Email tracking Know who’s viewing your emails and when. Think WhatsApp’s ‘double-tick’ technology. 🧘 ”Reply as” Reply or compose new emails as yourself, your team, or as the shared inbox address such as sales@ or support@. 🚧 Collision detection Sometimes your team tries to do the same thing at once. Drag detects this and notifies users when they’re both working on the same thing. 📕 Email notes Can’t remember some details? Add notes to any email so you always have information to hand. ☑️ Checklists Most emails come with things to get done. Separate these out and add them as actionable tasks. 📆 Due dates Is there a deadline – something you need to get done by a date? Keep things on track by adding a due date. 🍭 Color coding Get a better overview of your boards by color-coding them based on time zones, urgency levels, or anything that works best for you. 🗄️ Activity log Get a full history of all actions on a board (and on a specific card). Learn what and when you need to deal with an email or task. 📇 Sort & filter Sort and filter boards so that you can focus on the things that matter most. By person, statuses, colors, labels, you pick how to filter boards. 🔗 Card and board permalinks Generate card and board links and use the URLs anywhere. Used for: ✓ Shared Inbox ✓ Help Desk & Customer Support ✓ Sales CRM ✓ Task Management ✓ Finance ✓ Operations ✓ Human Resources and Recruiting ✓ Project Management ✓ Customer Onboarding ✓ Marketing ✓ Remote Work ❤️ Trusted by over 30,000 professionals around the World. PRIVACY & GDPR We are committed to respecting everyone’s privacy and design our services in order to best achieve this.If you have questions, please email us at access@dragapp.com. For more details, please see https://dragapp.com/privacy and https://dragapp.com/gdpr. By installing this extension, you agree to DragApp's Terms and Conditions (www.dragapp.com/terms) and Privacy Policy (www.dragapp.com/privacy). Copyright © DragApp DragApp is not affiliated with Google or any Google-related services.
Gmelius: Shared Inboxes & AI Email Assistants for Gmail
Save 1 hour daily: AI Assistants sort your emails, draft replies & shared inboxes let your team take over conversations for you. Gmelius is the AI-powered email management platform built natively for Gmail. It lets generative-AI assistants sort, draft replies and dispatch messages, offers shared inboxes and shared labels inside Gmail, and keeps everything in perfect sync across your team and tools. ✨ AI Assistants for Gmail – Reply, Sorting and Dispatch agents cut routine email work by an hour a day. 📨 Shared Inbox inside Gmail – manage support@, sales@ or any group address with clear open → pending → closed statuses, assignees, tags, @mentions and notes. 🏷 Shared Gmail Labels – turn any Gmail label into a live thread your whole team can follow. 🎛 Custom views – flip an inbox or label into specific views depending on your operational needs. 🤖 Automation rules and SLA timers – create “If-This-Then-That” flows, auto-assign owners and stay inside promised response times. 📊 Analytics dashboards – track volumes, resolution time and teammate workload at a glance. All features live where you already work, so your team keeps its Gmail muscle memory and gains new productivity super-powers. ✨ Highest Star Rating in our Class. 🏆 Leader of the shared inbox space. 🚀 Y Combinator S19 This is our browser extension that completes our solution for Gmail and Google Workspace customers. Key features: ✨ AI Assistants for Gmail: Meet AI assistants whose job it is to manage your Gmail inbox. ✓ AI Reply Assistants - They draft replies to your emails. ✓ AI Sorting Assistants - They sort and classify your incoming emails. ✓ AI Dispatching Assistants - They route emails to the right teammates. 📨 Shared Inbox: Transform Gmail into a collaboration platform. Make great teamwork possible in Gmail by reinventing how your team manages inboxes like support@ or invoices@. Replace cluttered Google Groups and help desks with a shared inbox built for Gmail. Discover the smartest alternative to Google Groups, Help Desks, Hiver, Front, etc. 🏷️ Gmail Shared Labels ✓ Share existing or new Gmail labels with members of your team ✓ Synchronize conversations in real-time across all devices (e.g., mobile, desktop) 👥 Team Collaboration ✓ Real-time syncing across all devices ✓ No more bcc nor fwd! ✓ Email Notes and @mentions to add context to any conversation ✓ Assign or delegate emails to members of your team 🤓 Workflow Intelligence ✓ Automate repetitive tasks with rules for internal and external workflows ✓ SLA rules, auto responder, auto assignment and more ✓ Ex: “when this email gets answered add automatically reply and assign it to that team member” 📧 Shareable Email Templates for Gmail ✓ Make email writing easy and fast ✓ Improve your team's consistency and performance ✓ Proposal, Sales, Marketing, Custom Templates - easily created and shared Swiss-grade privacy and security Headquartered in Switzerland, Gmelius follows a strict Privacy-by-Design framework. Your data stays confidential, is securely processed, and is never used to train AI models. Explore our Trust Center any time. For more details, please see https://gmelius.com/legal/security Install the extension, start your 7-day free trial, and see how AI + Gmail can unlock real email productivity for your team. Need a guided tour? Book a demo at gmelius.com/request-demo =============================== © Gmelius. Less Email. More Life. Gmail is a registered trademark of Google Inc.; Gmelius is not affiliated with Google.
Original Card Counter for Trello
Shows the number of cards in every list in Trello. Adds support for Kanban limits. Shows the number of cards in every list in Trello. Show your support and buy me a beer: https://www.paypal.me/timvde. When installing this extension you might receive email updates about CardCounter for Trello. The old extension has been transferred but is neglected and is no longer maintained. I advise you to switch, this one will be supported by me (the original author of the old one). Changelog: 2.0.0 (23-09-2024) - Make extension compatible again with Trello
Simple Gmail Notes
- Store Notes in YOUR OWN Google Drive - 100% Free and Open Source - Show Note Abstracts in Email Summary Page - Support Chrome, Firefox, Edge and Safari (with notes synced) - Would NOT Modify Your Emails ** About Advertisements ** For free users, advertisements will occasionally show up in the sidebar of email pages. The advertisements will be displayed for a total of 3 times every 5 days. It's always a fixed advertisement for our internal product, without any tracking. Subscribers could remove the advertisements. ** Paid Features ** - Customer support within 1 business day - Hide logo - Autohide text area when the note is empty - Settings import and export - Set up custom Google Drive folder name - Remove advertisements (https://bart.solutions/simple-gmail-notes-support-package/) ** How to View the Notes in Mobile Devices (Android, iPhone and iPad) ** Please use Simple Mobile CRM for viewing notes in mobile devices. (https://www.simplemobilecrm.com/) ** About Edge Browser ** Some Edge users have reported crash on login. If you have experienced the same, please install the extension in Edge Addons Store instead. == 2.9.24.6 (2026-04-24) == - Boosted performance with faster note loading. - Fixed an issue with the sidebar banner display. == 2.9.23.9 (2026-04-02) == - Updated token logic based on new Google policy - Free users can create up to 50 new notes every month. - Subscribers can create unlimited new notes with no monthly cap. - Learn More: https://bart.solutions/simple-gmail-notes-about-max-notes-limit == 2.9.22.8 (2026-02-26) == - Urgent fix for login error - You can now filter your notes by color on the search results page (Subscriber option) - Misc issue fixes == 2.9.21.9 (2026-01-27) == - Bug fix for note background color - The latest team notes and comments are now visible in Gmail list note abstract (requires CRM team setup) == 2.9.20.1 (2025-12-23) == - Bug fix for abstract display - Update toolbar layout == 2.9.19.0 (2025-11-07) == - Urgent fix for users with Gmail conversation mode turned off == 2.9.18.12 (2025-10-25) == - Added a 'Review Subscription' link to the subscription section of the preferences page. - Faster abstract display == 2.9.17.0 (2025-09-29) == - Fixed the issue of recurring installation popups for some browsers - Added a subscriber option to prevent the new tab from showing during the SGN upgrade == 2.9.15.5 (2025-09-01) == - Added a subscriber option to make the SGN note area sticky (fixed in position) - Fixed misc issues == 2.9.13.5 (2025-08-03) == - Update subscription activation screen == 2.9.12.5 (2025-06-27) == - Issue fix and performance update == 2.9.10.8 (2025-04-07) == - Fixed issues with rich text encoding - Fixed issues with subscription verification - Show CRM attachment preview in abstract tooltip == 2.9.9.9 (2025-02-16) == - Further optimization - CRM team members can see the notes of each other in the email list page (need permission setup) == 2.9.6.19 (2024-11-18) == - Enhance abstracts display - Mouse over abstract to see full note and CRM comments == 2.9.5.7 (2024-10-01) == - Fix abstract note color and misc issues == 2.9.3.1 (2024-07-21) == - Fix issues related to note writing in Gmail with preview pane == 2.9.2.7 (2024-07-10) == - If the note contains Google Drive shared URL, a preview will be shown - Auto save as user types == 2.9.0.1 (2024-5-1) == - Migrate to web extension manifest v3 (https://developer.chrome.com/blog/resuming-the-transition-to-mv3) == 2.8.30.1 (2024-4-16) == - Misc bugs fixed - Warning: next version will upgrade to manifest v3, users are advised to store the preferences first (via screen capture or option feature) == 2.8.27.1 (2024-2-17) == - Fixed issue with delegated Gmail account == 2.8.25.3 (2023-12-19) == - Added CRM prompt under SGN text area - Users can show / hide CRM prompt in SGN preferences page - Users can show / hide CRM sidebar in SGN preferences page - Misc bug fixes == 2.8.24.1 (2023-11-11) == - Fix issue of SGN display for Gmail with note position of 'bottom' == 2.8.24.0 (2023-10-31) == - Fix issue of SGN display for Gmail with split pane enabled == 2.8.23.2 (2023-09-30) == - Supports automatic polling of SGN notes in CRM mobile app - Supports delegated Gmail user with CRM - Fixed misc bugs of SGN == 2.8.22.0 (2023-08-03) == - Fix issue for delegated Gmail user == 2.8.20.2 (2023-04-27) == - Add option in preferences page to strip HTML (useful when revert from richtext editor) - Share to CRM uses long abstract now == 2.8.19.1 (2023-04-05) == - Updated checking of CRM availability - New option in preferences page to disable CRM == 2.8.17.1 (2023-01-02) == - fix issue of note time display - Search result screen shows links now == 2.8.16.2 (2022-11-19) == - Further patch for Google Drive API issue - Fix problem of note deletion == 2.8.12.2 (2022-10-13) == - Urgent fix for Gmail UI change == 2.8.11.0 == - Added extra log for query error checking == 2.8.9.0 == - Fix issues that some users could not load the extension == 2.8.8.1 == - Fix issues related to note printing - Upgrade dependent libraries for better security == 2.8.5.2 == - Show more search results - Allow auto load of note template (subscriber option) - Fix issues of subscription checking (some subscribers may need to re-activate subscription in the preferences page) == 2.8.4.5 == - Show search button at the home page (can disable in preferences page) - Custom font color for each note (subscriber option) - Fix minor issues == 2.8.0.5 (2021-08-09) == - Support import and export of settings (subscriber option) == 2.7.6.1 (2021-07-11) == - Reduce required permissions - Fix login issue on edge - Added option for always using popup for login == 2.7.5.11 (2021-04-30) == - Faster note appearance in auto hide mode - Responsive width for sidebar display (user could manually select in options) - Fixed issues related to note deletion - Increased max note font size to 32px == 2.7.4.3 (2021-03-29) == - Added option of auto-hide text area for empty notes (subscriber only) - Added option to set up font size for printing - Fixed issue of text area auto-collapse == 2.7.0.3 (2021-01-09) == - Release a more stable version for Gmail UI adaption == 2.6.0.1 (2020-10-15) == - Enhancement for SGN stability - Update CRM opener location (after logged into CRM) == 2.5.2.4 (2020-08-05) == - Fixed alternate login URL for Chrome and Firefox - Added customer portal URL for subscription review in preferences page == 2.5.1.0 (2020-07-14) == - Added 'bold' option for notes - Added option to disable warning of '40 network requrests' == 2.5.0.0 (2020-06-17) == - Added multiple comments for emails (need CRM login) == 2.2.2.2 (2020-02-12) == - Fix issue for page with preview pane (Gmail UI change) == 2.2.1.14 (2019-11-28) == - Fix for Gmail UI change (for delegated email) == 2.2.1.13 (2019-11-27) == - Fix for Gmail UI change == 2.2.1.12 == - Urgent fix for 40 network requests error == 2.2.0.9 == - Urgent fix for Gmail UI change (again) - Shrink CRM Permission == 2.1.4.3 == - Urgent fix for Gmail UI change == 2.0.1.3 == - Fix Goolge Inbox related bug - Can show CRM project detail on Gmail desktop page == 2.0.0.11 == - Integration with Simple Mobile CRM (sync notes with mobile devices) == 1.2.1.0 == - Better Note Search Page - Memory Optimization - Misc Bug Fixes == 1.0.0.8 == - fixed problem with Google Inbox == 0.9.1 == - Bug fix for abstract display of search result == 0.9.0.4 == - Bug fix for abstract display of emails with special characters == 0.9.0 == - Able to set color to individual notes - Increased max height for textarea - User could select the Google Drive to connect during each login - Fixed bugs regarding to split view