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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CrazyCall automatically highlights phone numbers on websites and allows you to call them with just a click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CrazyCall Click to Call एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}