Evatel WebPhone

WebPhone to dial phone numbers on your browser using the Evatel cloud business phone.

Evatel WebPhone란 무엇입니까?

Evatel WebPhone은(는) http://www.speechmobility.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WebPhone to dial phone numbers on your browser using the Evatel cloud business phone."입니다.

확장 프로그램 스크린샷

Evatel WebPhone 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Evatel WebPhone is an Evatel business phone extension on the Web. Phone numbers displayed on your browser are automatically linked to the Evatel WebPhone for one-click dialing and texting. All WebPhone communications are centralized with your other business calls and text messages for easy follow-up and tracking.                    

확장 프로그램 기본 정보

이름 Evatel WebPhone Evatel WebPhone
ID jomjhnjbmbjdkonmhhobinfbeilcoefc
공식 URL https://chrome.google.com/webstore/detail/evatel-webphone/jomjhnjbmbjdkonmhhobinfbeilcoefc
설명 WebPhone to dial phone numbers on your browser using the Evatel cloud business phone.
파일 크기 72.19 KB
설치 횟수 10
현재 버전 2.11
최근 업데이트 2017-10-19
출시 날짜 2017-10-19
평점 5.00/5 총 2 개의 평점
개발자 http://www.speechmobility.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.speechmobility.com
도움말 페이지 URL http://support.speechmobility.com
개인정보 보호 정책 페이지 URL https://support.speechmobility.com/index.php/en/security-and-privacy
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "short_name": "Evatel WebPhone",
    "version": "2.11",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.speechmobility.com",
    "icons": {
        "128": "icons\/128x128-icon.png",
        "96": "icons\/96x96-icon.png",
        "48": "icons\/48x48-icon.png",
        "32": "icons\/32x32-icon.png",
        "16": "icons\/16x16-icon.png"
    },
    "background": {
        "scripts": [
            "lib\/webextensions\/browser-polyfill.js",
            "background_scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/32x32-icon.png",
        "default_title": "__MSG_extensionDescription__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery\/jquery-2.2.4.min.js",
                "lib\/webextensions\/browser-polyfill.js",
                "js\/eva-constants.js",
                "js\/corlib.js",
                "js\/web.utils.js",
                "content_scripts\/webextension.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}