Add to OmniFocus for Gmail

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

Hvad er Add to OmniFocus for Gmail?

Add to OmniFocus for Gmail er en Chrome-udvidelse udviklet af https://schof.co, og dens hovedfunktion er "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Add to OmniFocus for Gmail-udvidelses-CRX-fil

Download Add to OmniFocus for Gmail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Add to OmniFocus for Gmail Add to OmniFocus for Gmail
ID ihgdbplidfgbloomplhlgncccbnpfdpm
Officiel URL https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm
Beskrivelse Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
Filstørrelse 53.15 KB
Antal Installationer 1,052
Nuværende Version 1.1.2
Senest Opdateret 2020-07-09
Udgivelsesdato 2019-07-22
Bedømmelse 3.50/5 Samlet 8 Bedømmelser
Udvikler https://schof.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://schof.co
Hjælpeside-URL https://schof.co/?utm_source=gmail-omnifocus
URL til Fortrolighedspolitik Side https://infowijs.nl/privacy?r=google-webstore
Understøttede Sprog 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
}