Zoiper Click2Dial

Make phone numbers clickable and initiate calls from Zoiper.

Zoiper Click2Dial क्या है?

Zoiper Click2Dial Zoiper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make phone numbers clickable and initiate calls from Zoiper."।

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

screenshot
screenshot

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

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

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

                        With the Zoiper Click2Dial extension, phone numbers on web pages become clickable. 
When you click to call a number, the extension will make the call from Zoiper. 

New and improved Click2Dial extension!
Now features the following:
Icon has quick option to enable/disable the extension on either entire website or just a page.

Extensions settings:
• Options to hide/show the Zoiper logo & country flag next to phone numbers
• Region select – will help recognize numbers that are shown on web pages without prefix and country code.
• Blacklist – to enable/disable the extension from working on specific website or page of your choice

Additional features:
New option in context menu "Dial with Zoiper": select any text or number in your website or CRM, right click and choose "Dial with Zoiper" and the call will be initiated by Zoiper.

Important: Click2Dial extension works only with an official paid license of Zoiper. You can obtain one here: https://www.zoiper.com/en/shop/buy/zoiper5?ftr=C2D                    

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

नाम Zoiper Click2Dial Zoiper Click2Dial
ID fajmnddnafkmfdeekbkjcpohhoodhgjj
आधिकारिक URL https://chromewebstore.google.com/detail/zoiper-click2dial/fajmnddnafkmfdeekbkjcpohhoodhgjj
विवरण Make phone numbers clickable and initiate calls from Zoiper.
फ़ाइल का आकार 292 KB
स्थापना संख्या 9,361
वर्तमान संस्करण 1.54
अंतिम अपडेट 2024-02-12
प्रकाशन तिथि 2020-02-02
रेटिंग 2.98/5 कुल 47 रेटिंग्स
डेवलपर Zoiper
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.zoiper.com
सहायता पृष्ठ URL https://www.zoiper.com/en/support/home
गोपनीयता नीति पृष्ठ URL https://www.zoiper.com/en/zoiper-privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoiper Click2Dial",
    "author": "Zoiper",
    "short_name": "Click2Dial",
    "version": "1.54",
    "manifest_version": 3,
    "description": "Make phone numbers clickable and initiate calls from Zoiper.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/phone_detection_inactive.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}