EyeContact demo extension

EyeContact

EyeContact demo extension란 무엇입니까?

EyeContact demo extension은(는) EyeContact에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EyeContact"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

EyeContact demo extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ** 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
공식 URL 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"
}