Add to OmniFocus for Gmail

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

Qu'est-ce que Add to OmniFocus for Gmail ?

Add to OmniFocus for Gmail est une extension Chrome développée par https://schof.co, et sa fonction principale est "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Add to OmniFocus for Gmail

Téléchargez les fichiers d'extension Add to OmniFocus for Gmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Add to OmniFocus for Gmail Add to OmniFocus for Gmail
ID ihgdbplidfgbloomplhlgncccbnpfdpm
URL Officiel https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm
Description Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
Taille du Fichier 53.15 KB
Nombre d'Installations 1,052
Version Actuelle 1.1.2
Dernière Mise à Jour 2020-07-09
Date de Publication 2019-07-22
Évaluation 3.50/5 Total 8 Évaluations
Développeur https://schof.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://schof.co
URL de la Page d'Aide https://schof.co/?utm_source=gmail-omnifocus
URL de la Page de Politique de Confidentialité https://infowijs.nl/privacy?r=google-webstore
Langues Prises en Charge 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
}