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
公式URL 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
Eメール [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\/*"
    ]
}