Lightspeed Voice Click 2 Call

This extension turns phone numbers into click to call links.

Lightspeed Voice Click 2 Call란 무엇입니까?

Lightspeed Voice Click 2 Call은(는) Lightspeed Voice에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension turns phone numbers into click to call links."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Lightspeed Voice Click 2 Call 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Chrome Extension turns phone numbers into click to call links on most websites. Phone numbers on any website become clickable links that, upon being clicked, automatically dial the phone number on your Lightspeed Voice provided phone. This extension is for Lightspeed Voice customers only. If you do not have Lightspeed Voice telephone service then this extension will not work for you.                    

확장 프로그램 기본 정보

이름 Lightspeed Voice Click 2 Call Lightspeed Voice Click 2 Call
ID fcpmkcphoadeclpkhlgoebjmmkkamidi
공식 URL https://chromewebstore.google.com/detail/lightspeed-voice-click-2/fcpmkcphoadeclpkhlgoebjmmkkamidi
설명 This extension turns phone numbers into click to call links.
파일 크기 663 KB
설치 횟수 2,625
현재 버전 2.7.0.0
최근 업데이트 2023-11-08
출시 날짜 2020-03-04
평점 4.75/5 총 4 개의 평점
개발자 Lightspeed Voice
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.lightspeedvoice.com/
도움말 페이지 URL https://www.lightspeedvoice.com/
개인정보 보호 정책 페이지 URL https://www.lightspeedvoice.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightspeed Voice Click 2 Call",
    "version": "2.7.0.0",
    "description": "This extension turns phone numbers into click to call links.",
    "short_name": "Click 2 Call",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon-48.png",
        "default_popup": "index.html",
        "default_title": "Lightspeed Voice Click 2 Call"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.lightspeedvoice.com\/*"
            ],
            "all_frames": true,
            "css": [
                "c2c2.css"
            ],
            "js": [
                "jquery.js",
                "c2c2.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "manifest_version": 3
}