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.

什麼是EAC Plugin for MS Outlook?

EAC Plugin for MS Outlook是由Appinmail Research開發的Chrome擴展程式,該擴展的主要功能是“The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.”。

擴展截圖

下載EAC Plugin for MS Outlook擴展crx文件

下載EAC Plugin for MS Outlook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 EAC Plugin for MS Outlook EAC Plugin for MS Outlook
ID hkhgcknhdgibfpfmcidncbjglekpgkpe
官方網址 https://chrome.google.com/webstore/detail/eac-plugin-for-ms-outlook/hkhgcknhdgibfpfmcidncbjglekpgkpe
簡介 The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.
檔案大小 82.71 KB
安裝次數 45
目前版本 0.1.0.3 alpha
更新時間 2017-04-13
上架時間 2017-04-13
開發者 Appinmail Research
電子郵箱 [email protected]
付費類型 free
擴展官網 http://appinmail.io/appinmail.vdom
隱私政策頁面URL https://admin.appinmail.io/c65c17fe-6d97-4f64-825f-3ce18cd27966.pdf
支援的語言 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\/*"
    ]
}