EyeContact demo extension

EyeContact

什麼是EyeContact demo extension?

EyeContact demo extension是由EyeContact開發的Chrome擴展程式,該擴展的主要功能是“EyeContact”。

擴展截圖

screenshot
screenshot

下載EyeContact demo extension擴展crx文件

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

擴展使用說明

                        ** This extension requires an EyeContact customerID from https://eyecontact.im/ ! **

This utility allows you to instantly add EyeContact to any webpage. You can then use it with your EyeContact account to test/demo a fully functional EyeContact system without any development.

The process is simple:

1. Create an EyeContact account on https://eyecontact.im/
2. Configure your account.
3. Install the extension, then click the icon and enter your EyeContact CustomerID.
4. Go to your webpage and you will see EyeContact (if an operator is available, of course)

Once you are happy with the experience, you can simply add the EyeContact code to your site, and user experience will be identical to what you saw when using the extension.

** This extension requires an EyeContact customerID to operate! **                    

擴展基本資訊

名稱 EyeContact demo extension EyeContact demo extension
ID kofakgibcdhniefjoapcgamdhjjaaidf
官方網址 https://chromewebstore.google.com/detail/eyecontact-demo-extension/kofakgibcdhniefjoapcgamdhjjaaidf
簡介 EyeContact
檔案大小 99.55 KB
安裝次數 495
目前版本 0.1.0.0
更新時間 2021-01-12
上架時間 2021-01-11
開發者 EyeContact
電子郵箱 [email protected]
付費類型 free
擴展官網 https://eyecontact.im/
說明頁面URL https://eyecontact.im/faq
支援的語言 en
manifest.json
{
    "name": "EyeContact demo extension",
    "version": "0.1.0.0",
    "manifest_version": 2,
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "background": {
        "page": "html\/background.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "__MSG_popup_description__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}