Click to call on Supervoip

Transform phone links into click to call Supervoip links.

What is Click to call on Supervoip?

Click to call on Supervoip is a Chrome extension developed by SuperVoIP.pl, and its main feature is "Transform phone links into click to call Supervoip links.".

Extension Screenshots

screenshot

Download Click to call on Supervoip Extension CRX File

Download Click to call on Supervoip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Uruchamia możliwość clic2call na stronach www.
Działa tylko z siecią www.supervoip.pl                    

Extension Basic Information

Name Click to call on Supervoip Click to call on Supervoip
ID mkenkpmkkblmpjleamjhinceeacffljc
Official URL https://chromewebstore.google.com/detail/click-to-call-on-supervoi/mkenkpmkkblmpjleamjhinceeacffljc
Description Transform phone links into click to call Supervoip links.
File Size 1.42 MB
Installation Count 118
Current Version 1.9.5
Last Updated 2022-09-16
Publish Date 2020-04-19
Developer SuperVoIP.pl
Email [email protected]
Payment Type free
Extension Website https://www.supervoip.pl
Help Page URL https://pomoc.supervoip.pl
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click to call on Supervoip",
    "version": "1.9.5",
    "description": "Transform phone links into click to call Supervoip links.",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/jquery\/dist\/jquery.min.js",
                "node_modules\/bootstrap-notify\/bootstrap-notify.min.js",
                "src\/js\/analyzer.js",
                "src\/js\/parser.js",
                "src\/js\/caller.js",
                "src\/js\/flash.js",
                "src\/main.js"
            ],
            "css": [
                "src\/css\/alert.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "default_icon.png",
        "32": "default_icon.png",
        "64": "default_icon.png"
    },
    "options_ui": {
        "page": "src\/options.html",
        "chrome_style": false
    },
    "browser_action": {
        "default_popup": "src\/options.html",
        "default_icon": {
            "16": "default_icon.png",
            "32": "default_icon.png",
            "64": "default_icon.png"
        }
    }
}