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
公式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
Eメール [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
}