Add to OmniFocus for Gmail

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

Wat is Add to OmniFocus for Gmail?

Add to OmniFocus for Gmail is een Chrome-extensie ontwikkeld door https://schof.co, en de belangrijkste functie is "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Add to OmniFocus for Gmail

Download Add to OmniFocus for Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Add to OmniFocus for Gmail Add to OmniFocus for Gmail
ID ihgdbplidfgbloomplhlgncccbnpfdpm
Officiële URL https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm
Beschrijving Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
Bestandsgrootte 53.15 KB
Aantal Installaties 1,052
Huidige Versie 1.1.2
Laatst Bijgewerkt 2020-07-09
Publicatiedatum 2019-07-22
Beoordeling 3.50/5 Totaal 8 Beoordelingen
Ontwikkelaar https://schof.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://schof.co
Help Pagina-URL https://schof.co/?utm_source=gmail-omnifocus
URL van de Privacybeleid Pagina https://infowijs.nl/privacy?r=google-webstore
Ondersteunde Talen 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
}