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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Appinmail Research และคุณลักษณะหลักของมันคือ "The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EAC Plugin for MS Outlook

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}