EAC Plugin for MS Outlook

The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.

O que é EAC Plugin for MS Outlook?

EAC Plugin for MS Outlook é uma extensão do Chrome desenvolvida por Appinmail Research, e sua principal característica é "The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão EAC Plugin for MS Outlook

Baixe arquivos de extensão EAC Plugin for MS Outlook 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

                        What is Email Active Content (EAC) Technology ?

It's a way to make your email dynamic & interactive.

Email was designed to be a copy of regular mail : 
Static & non interactive. 

EAC technology bring the email to its v2.0 by adding features like auto updating, interactivity, security and much more.                    

Informações Básicas da Extensão

Nome EAC Plugin for MS Outlook EAC Plugin for MS Outlook
ID hkhgcknhdgibfpfmcidncbjglekpgkpe
URL Oficial https://chrome.google.com/webstore/detail/eac-plugin-for-ms-outlook/hkhgcknhdgibfpfmcidncbjglekpgkpe
Descrição The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.
Tamanho do Arquivo 82.71 KB
Contagem de Instalações 45
Versão Atual 0.1.0.3 alpha
Última Atualização 2017-04-13
Data de Publicação 2017-04-13
Desenvolvedor Appinmail Research
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://appinmail.io/appinmail.vdom
URL da Página de Política de Privacidade https://admin.appinmail.io/c65c17fe-6d97-4f64-825f-3ce18cd27966.pdf
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EAC Plugin for MS Outlook",
    "version": "0.1.0.3",
    "version_name": "0.1.0.3 alpha",
    "description": "The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.",
    "icons": {
        "16": "icons\/eac_logo2.png",
        "48": "icons\/eac_logo2.png",
        "128": "icons\/eac_logo2.png"
    },
    "browser_action": {
        "default_icon": "icons\/eac_logo2.png"
    },
    "permissions": [
        "background",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/outlook.live.com\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/outlook.live.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/outlook.live.com\/*"
        ]
    },
    "web_accessible_resources": [
        "injection.js",
        "icons\/*",
        "js\/*"
    ]
}