Jivetel

Jivetel Click2Call

Jivetel란 무엇입니까?

Jivetel은(는) https://jivetel.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Jivetel Click2Call"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Jivetel Click2Call recognizes numbers on webpages and converts them into highlighted click-able links.
This will allow you to click a number on a webpage and automatically connect your Jivetel extension to the party.                    

확장 프로그램 기본 정보

이름 Jivetel Jivetel
ID cpcholaekimgaoaaiefejoebbohahpdh
공식 URL https://chromewebstore.google.com/detail/jivetel/cpcholaekimgaoaaiefejoebbohahpdh
설명 Jivetel Click2Call
파일 크기 186 KB
설치 횟수 249
현재 버전 2.7.0
최근 업데이트 2019-01-02
출시 날짜 2019-01-02
개발자 https://jivetel.com
결제 유형 free
확장 프로그램 웹 사이트 http://jivetel.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Jivetel",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "description": "Jivetel Click2Call",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/jivetel.com\/",
    "version": "2.7.0",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/script.google.com https:\/\/script.googleusercontent.com https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dl.dropboxusercontent.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/apis.google.com; object-src 'self' https:\/\/script.google.com https:\/\/script.googleusercontent.com https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dl.dropboxusercontent.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/apis.google.com",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "Jivetel Click2Call on highlighted numbers"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}