Add to OmniFocus for Gmail

Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.

Co je Add to OmniFocus for Gmail?

Add to OmniFocus for Gmail je rozšíření Chrome vyvinuté https://schof.co, a jeho hlavní funkcí je „Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Add to OmniFocus for Gmail

Stáhněte si soubory rozšíření Add to OmniFocus for Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Add to OmniFocus for Gmail Add to OmniFocus for Gmail
ID ihgdbplidfgbloomplhlgncccbnpfdpm
Oficiální URL https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm
Popis Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
Velikost souboru 53.15 KB
Počet instalací 1,052
Aktuální Verze 1.1.2
Poslední Aktualizace 2020-07-09
Datum Vydání 2019-07-22
Hodnocení 3.50/5 Celkem 8 Hodnocení
Vývojář https://schof.co
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://schof.co
URL Stránky Nápovědy https://schof.co/?utm_source=gmail-omnifocus
URL Stránky Zásad Ochrany Soukromí https://infowijs.nl/privacy?r=google-webstore
Podporované Jazyky 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
}