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.”。

擴展截圖

screenshot
screenshot

下載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 Add to OmniFocus for Gmail
ID ihgdbplidfgbloomplhlgncccbnpfdpm
官方網址 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
}