Add to OmniFocus for Gmail

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

O que é Add to OmniFocus for Gmail?

Add to OmniFocus for Gmail é uma extensão do Chrome desenvolvida por https://schof.co, e sua principal característica é "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Add to OmniFocus for Gmail

Baixe arquivos de extensão Add to OmniFocus for Gmail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Add to OmniFocus for Gmail Add to OmniFocus for Gmail
ID ihgdbplidfgbloomplhlgncccbnpfdpm
URL Oficial https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm
Descrição Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
Tamanho do Arquivo 53.15 KB
Contagem de Instalações 1,052
Versão Atual 1.1.2
Última Atualização 2020-07-09
Data de Publicação 2019-07-22
Classificação 3.50/5 Total de 8 Avaliações
Desenvolvedor https://schof.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://schof.co
URL da Página de Ajuda https://schof.co/?utm_source=gmail-omnifocus
URL da Página de Política de Privacidade https://infowijs.nl/privacy?r=google-webstore
Idiomas Suportados 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
}