Click to Call Mobile

Launches highlighted text as Tel: link.

Click to Call Mobile란 무엇입니까?

Click to Call Mobile은(는) https://www.clickcallmobile.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Launches highlighted text as Tel: link."입니다.

확장 프로그램 스크린샷

screenshot

Click to Call Mobile 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Click to Call on phone numbers that are not defined as links.  Along with our Mobile and Windows Desktop App, calls are made directly from your mobile phone.

To use this extension, simply highlight a phone number and right click.  A menu will appear - select "Call as Tel://..." and your mobile will dial that number. 

Make sure you have our Mobile App and Desktop App installed. Learn more at https://www.clickcallmobile.com/.                    

확장 프로그램 기본 정보

이름 Click to Call Mobile Click to Call Mobile
ID ggfbbimhbommiogoebgdmnipdhjfdeel
공식 URL https://chrome.google.com/webstore/detail/click-to-call-mobile/ggfbbimhbommiogoebgdmnipdhjfdeel
설명 Launches highlighted text as Tel: link.
파일 크기 14.58 KB
설치 횟수 1,592
현재 버전 0.5
최근 업데이트 2016-07-02
출시 날짜 2016-07-01
평점 4.00/5 총 4 개의 평점
개발자 https://www.clickcallmobile.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.clickcallmobile.com/
도움말 페이지 URL https://www.clickcallmobile.com/help/
개인정보 보호 정책 페이지 URL https://www.clickcallmobile.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click to Call Mobile",
    "description": "Launches highlighted text as Tel: link.",
    "version": "0.5",
    "browser_action": {
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Click to Call Default Title",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "homepage_url": "https:\/\/www.ClickCallMobile.com",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "rightclick.js"
        ]
    }
}