Gmail To Things
A quick shortcut to add tasks to Things inside Gmail.
What is Gmail To Things?
Gmail To Things is a Chrome extension developed by https://rafaelgandi.com, and its main feature is "A quick shortcut to add tasks to Things inside Gmail.".
Extension Screenshots
Download Gmail To Things Extension CRX File
Download Gmail To Things extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A lightweight chrome extension designed to effortlessly integrate your Gmail and Things workflow. With a quick click or keyboard shortcut add tasks directly to your Things inbox right inside your Gmail web app. This is particularly beneficial for non-Mac users, such as those working on office computers, as well as individuals unable to install the Things app on their computer. Don't let platform limitations hinder your efficiency—empower yourself with this simple, user-friendly solution.
Extension Basic Information
Name | Gmail To Things |
ID | boiinfgjokondlalgdcgfkhimdpolkfg |
Official URL | https://chromewebstore.google.com/detail/gmail-to-things/boiinfgjokondlalgdcgfkhimdpolkfg |
Description | A quick shortcut to add tasks to Things inside Gmail. |
File Size | 240 KB |
Installation Count | 44 |
Current Version | 0.0.0.5 |
Last Updated | 2023-11-26 |
Publish Date | 2023-11-22 |
Developer | https://rafaelgandi.com |
[email protected] | |
Payment Type | free |
Extension Website | https://rafaelgandi.notion.site/Gmail-to-Things-2f99b29adcbc4065b4b729629d2f35a4 |
Help Page URL | https://rafaelgandi.notion.site/Gmail-to-Things-2f99b29adcbc4065b4b729629d2f35a4 |
Privacy Policy Page URL | https://rafaelgandi.notion.site/Gmail-to-Things-Privacy-Policy-e02f1813812940989d10fcab5bd35ac9?pvs=4 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail To Things", "description": "A quick shortcut to add tasks to Things inside Gmail.", "version": "0.0.0.5", "manifest_version": 3, "minimum_chrome_version": "92", "icons": { "16": "assets\/icons\/16x16.png", "48": "assets\/icons\/48x48.png", "128": "assets\/icons\/128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "css": [ "styles.css" ], "js": [ "lib\/zepto.min.js", "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ " |