Add to OmniFocus for Gmail

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

Was ist Add to OmniFocus for Gmail?

Add to OmniFocus for Gmail ist eine Chrome-Erweiterung, die von https://schof.co entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.".

Erweiterungsscreenshots

screenshot
screenshot

Add to OmniFocus for Gmail-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add to OmniFocus for Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Add to OmniFocus for Gmail Add to OmniFocus for Gmail
ID ihgdbplidfgbloomplhlgncccbnpfdpm
Offizielle URL https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm
Beschreibung Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
Dateigröße 53.15 KB
Installationsanzahl 1,052
Aktuelle Version 1.1.2
Letztes Update 2020-07-09
Veröffentlichungsdatum 2019-07-22
Bewertung 3.50/5 Insgesamt 8 Bewertungen
Entwickler https://schof.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://schof.co
Hilfeseite URL https://schof.co/?utm_source=gmail-omnifocus
URL der Datenschutzrichtlinien-Seite https://infowijs.nl/privacy?r=google-webstore
Unterstützte Sprachen 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
}