Add to OmniFocus for Gmail

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

Vad är Add to OmniFocus for Gmail?

Add to OmniFocus for Gmail är en Chrome-tillägg utvecklad av https://schof.co, och dess huvudfunktion är "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Add to OmniFocus for Gmail-förlängningens CRX-fil

Ladda ner Add to OmniFocus for Gmail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Add to OmniFocus for Gmail Add to OmniFocus for Gmail
ID ihgdbplidfgbloomplhlgncccbnpfdpm
Officiell webbadress https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm
Beskrivning Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
Filstorlek 53.15 KB
Antal Installationer 1,052
Aktuell Version 1.1.2
Senast Uppdaterad 2020-07-09
Publiceringsdatum 2019-07-22
Betyg 3.50/5 Totalt 8 Betyg
Utvecklare https://schof.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://schof.co
Hjälpsida URL https://schof.co/?utm_source=gmail-omnifocus
URL till Sekretesspolicy Sidan https://infowijs.nl/privacy?r=google-webstore
Stödda Språk 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
}