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.

Qu'est-ce que EAC Plugin for MS Outlook ?

EAC Plugin for MS Outlook est une extension Chrome développée par Appinmail Research, et sa fonction principale est "The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension EAC Plugin for MS Outlook

Téléchargez les fichiers d'extension EAC Plugin for MS Outlook 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

                        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.                    

Informations de Base sur l'Extension

Nom EAC Plugin for MS Outlook EAC Plugin for MS Outlook
ID hkhgcknhdgibfpfmcidncbjglekpgkpe
URL Officiel https://chrome.google.com/webstore/detail/eac-plugin-for-ms-outlook/hkhgcknhdgibfpfmcidncbjglekpgkpe
Description The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.
Taille du Fichier 82.71 KB
Nombre d'Installations 45
Version Actuelle 0.1.0.3 alpha
Dernière Mise à Jour 2017-04-13
Date de Publication 2017-04-13
Développeur Appinmail Research
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://appinmail.io/appinmail.vdom
URL de la Page de Politique de Confidentialité https://admin.appinmail.io/c65c17fe-6d97-4f64-825f-3ce18cd27966.pdf
Langues Prises en Charge 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\/*"
    ]
}