Click n Call

You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.

Click n Call란 무엇입니까?

Click n Call은(는) criste.nicu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.                    

확장 프로그램 기본 정보

이름 Click n Call Click n Call
ID gcmdonkkjhaclnhnnknphbffhifiblcf
공식 URL https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf
설명 You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.
파일 크기 81.04 KB
설치 횟수 604
현재 버전 2.1.4
최근 업데이트 2016-09-16
출시 날짜 2016-09-16
평점 2.33/5 총 6 개의 평점
개발자 criste.nicu
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click n Call",
    "version": "2.1.4",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.bursatransport.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "findAndReplace.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}