Zoiper Click2Dial

Make phone numbers clickable and initiate calls from Zoiper.

Co je Zoiper Click2Dial?

Zoiper Click2Dial je rozšíření Chrome vyvinuté Zoiper, a jeho hlavní funkcí je „Make phone numbers clickable and initiate calls from Zoiper.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Zoiper Click2Dial

Stáhněte si soubory rozšíření Zoiper Click2Dial ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Zoiper Click2Dial Zoiper Click2Dial
ID fajmnddnafkmfdeekbkjcpohhoodhgjj
Oficiální URL https://chromewebstore.google.com/detail/zoiper-click2dial/fajmnddnafkmfdeekbkjcpohhoodhgjj
Popis Make phone numbers clickable and initiate calls from Zoiper.
Velikost souboru 292 KB
Počet instalací 9,361
Aktuální Verze 1.54
Poslední Aktualizace 2024-02-12
Datum Vydání 2020-02-02
Hodnocení 2.98/5 Celkem 47 Hodnocení
Vývojář Zoiper
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.zoiper.com
URL Stránky Nápovědy https://www.zoiper.com/en/support/home
URL Stránky Zásad Ochrany Soukromí https://www.zoiper.com/en/zoiper-privacy-policy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}