CrazyCall Click to Call

CrazyCall automatically highlights phone numbers on websites and allows you to call them with just a click!

CrazyCall Click to Call란 무엇입니까?

CrazyCall Click to Call은(는) https://crazycall.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CrazyCall automatically highlights phone numbers on websites and allows you to call them with just a click!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The CrazyCall add-on is a tool for everyone who wants to extend your CRM or sales stack with a handy calling feature. Lightweight and easy-to-use, CrazyCall lets you make and receive calls directly in your browser within minutes of creating an account. With a wide range of local numbers and competitive connection rates, it’s a perfect choice for companies serving international clients. 
 
Simply click on a phone ​number and the call is made via the CrazyCall app. This eliminates the need to dial or copy and paste phone numbers; instead, it offers instant outbound dialing for improved productivity and sales workflow.                    

확장 프로그램 기본 정보

이름 CrazyCall Click to Call CrazyCall Click to Call
ID cnlibahlccceecnjljbjhbpmkggfekkn
공식 URL https://chromewebstore.google.com/detail/crazycall-click-to-call/cnlibahlccceecnjljbjhbpmkggfekkn
설명 CrazyCall automatically highlights phone numbers on websites and allows you to call them with just a click!
파일 크기 6.29 MB
설치 횟수 3,397
현재 버전 2.8.1.7
최근 업데이트 2023-12-06
출시 날짜 2020-06-30
평점 4.43/5 총 7 개의 평점
개발자 https://crazycall.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://channels.app/?utm_source=chrome.google.com&utm_medium=referral&utm_campaign=CWS-cc-extension
도움말 페이지 URL https://channelsapp.zendesk.com
개인정보 보호 정책 페이지 URL https://www.channels.app/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CrazyCall Click to Call",
    "description": "CrazyCall automatically highlights phone numbers on websites and allows you to call them with just a click!",
    "default_locale": "en",
    "version": "2.8.1.7",
    "browser_action": {
        "default_title": "CrazyCall Widget",
        "default_icon": "icons\/cc-default.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "sso-popup.html"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "icons": {
        "16": "icons\/cc-default.png",
        "48": "icons\/cc-48.png",
        "128": "icons\/cc-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhY50S+ar2IQKi45bcqcuGiVgX2spLqkg3JCv2GHrRh4XaN6YJ4zevc+Fn7EDrksPiOolmVbIBMmTEFsOyG0dYrfqG9crVGtLijK+U6txDzp02YELRyTHP8W4vcDaP4cX7zF1XBjwojCpWuhRcPHYCOQJN+rA6ga2dkfH476EnxUr8E7CBq0JxtrlD90iuyaTJYqZXD\/Gz0OdTQjiDZv7lj\/\/sR3W1hXVs3NaE03VUNmhBg3pndwmDEkxdBUZyr9RYUgiHq02kmpRvdJmpQlKk2VdQfvEbAJsmI1OTnsaA5kZfgT8hDpMm9LVdUrlhC7SQiCQULPWE6D880AzImx4OwIDAQAB",
    "minimum_chrome_version": "56",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.crazycall.com\/*",
            "https:\/\/*.crazy-calls.com\/*"
        ]
    }
}