Add to OmniFocus for Gmail
Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
什么是Add to OmniFocus for Gmail?
Add to OmniFocus for Gmail是由https://schof.co开发的Chrome扩展程序,该扩展的主要功能是“Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.”。
扩展截图
下载Add to OmniFocus for Gmail扩展crx文件
下载Add to OmniFocus for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a button to Gmail threads to add them to OmniFocus, including a link to the message. This extension works with the new Gmail as well as with the old Gmail interface. Support for the new Gmail UI is in beta, so please let us know if something isn't working correctly for you! You can reach us on: [email protected] After installing, please reload any Gmail tabs you might have open, so that the button will show up. Note: this extension is in no way affiliated or created by Omnigroup.
扩展基本信息
名称 | Add to OmniFocus for Gmail |
ID | ihgdbplidfgbloomplhlgncccbnpfdpm |
官方URL | https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm |
简介 | Adds a button to Gmail threads to add them to OmniFocus, including a link to the message. |
文件大小 | 53.15 KB |
安装次数 | 1,052 |
当前版本 | 1.1.2 |
更新时间 | 2020-07-09 |
上架时间 | 2019-07-22 |
评分 | 3.50/5 共8次评分 |
开发者 | https://schof.co |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://schof.co |
帮助页面URL | https://schof.co/?utm_source=gmail-omnifocus |
隐私政策页面URL | https://infowijs.nl/privacy?r=google-webstore |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to OmniFocus for Gmail", "short_name": "OmniFocus", "version": "1.1.2", "description": "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon.png" }, "web_accessible_resources": [ "content.js", "main.js", "vendor.js" ], "manifest_version": 2 } |