Click to call Zadarma

Click to call Zadarma

Click to call Zadarma क्या है?

Click to call Zadarma Zadarma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click to call Zadarma"।

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

screenshot
screenshot

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

crx प्रारूप में Click to call Zadarma एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Zadarma WebRTC extension for calls from the browser.

Zadarma Click to Call extension allows to make calls straight from the browser.

Zadarma users can call any number without a hustle - simply click on a number and make a call. You can use Click to Call to make a call, instead of reaching for your phone. Using the Chrome extension allows you to continue browsing through the website without dropping a call.

The extension finds phone numbers on the website. You can make a call by simply clicking a telephone icon or highlight the number and click on it using the right mouse button. You can also pull up a phone keypad by clicking the extension icon.

All calls made using the extension and are included in PBX statistics and integrated CRM systems. The Click to Call extension is especially convenient when working with CRM/helpdesk and similar systems.                    

एक्सटेंशन की मूल जानकारी

नाम Click to call Zadarma Click to call Zadarma
ID lkignmdgfllplgaabepannhkjbenhmak
आधिकारिक URL https://chromewebstore.google.com/detail/click-to-call-zadarma/lkignmdgfllplgaabepannhkjbenhmak
विवरण Click to call Zadarma
फ़ाइल का आकार 1.62 MB
स्थापना संख्या 9,328
वर्तमान संस्करण 1.0.12
अंतिम अपडेट 2024-01-08
प्रकाशन तिथि 2021-06-29
रेटिंग 4.59/5 कुल 41 रेटिंग्स
डेवलपर Zadarma
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://zadarma.com/en/
सहायता पृष्ठ URL https://my.zadarma.com/chat/
गोपनीयता नीति पृष्ठ URL https://zadarma.com/en/legal/privacy-policy
समर्थित भाषाएँ de,en,fr,es,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.12",
    "short_name": "ZClickToCall",
    "name": "Click to call Zadarma",
    "manifest_version": 3,
    "description": "Click to call Zadarma",
    "default_locale": "en",
    "action": {
        "default_icon": "android-chrome-48x48.png",
        "default_title": "ZWebRTC",
        "default_popup": "action.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "static\/js\/background.js",
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/inpage.js",
                "js-lib\/dynamics-web-api.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "notifications",
        "videoCapture",
        "audioCapture",
        "contextMenus",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "wss:\/\/*\/*",
        "ws:\/\/*\/*"
    ],
    "icons": {
        "48": "android-chrome-48x48.png",
        "192": "android-chrome-192x192.png"
    },
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "minimum_chrome_version": "88"
}