Add to OmniFocus for Gmail

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

Co to jest Add to OmniFocus for Gmail?

Add to OmniFocus for Gmail to rozszerzenie Chrome opracowane przez https://schof.co, a jego główną funkcją jest „Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Add to OmniFocus for Gmail

Pobierz pliki rozszerzeń Add to OmniFocus for Gmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Add to OmniFocus for Gmail Add to OmniFocus for Gmail
ID ihgdbplidfgbloomplhlgncccbnpfdpm
Oficjalny URL https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm
Opis Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
Rozmiar pliku 53.15 KB
Liczba instalacji 1,052
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2020-07-09
Data Publikacji 2019-07-22
Ocena 3.50/5 Łącznie 8 Oceny
Deweloper https://schof.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://schof.co
Adres URL Strony Pomocy https://schof.co/?utm_source=gmail-omnifocus
Adres URL Strony Polityki Prywatności https://infowijs.nl/privacy?r=google-webstore
Obsługiwane Języki 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
}