Click to call on Supervoip

Transform phone links into click to call Supervoip links.

什麼是Click to call on Supervoip?

Click to call on Supervoip是由SuperVoIP.pl開發的Chrome擴展程式,該擴展的主要功能是“Transform phone links into click to call Supervoip links.”。

擴展截圖

screenshot

下載Click to call on Supervoip擴展crx文件

下載Click to call on Supervoip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Click to call on Supervoip Click to call on Supervoip
ID mkenkpmkkblmpjleamjhinceeacffljc
官方網址 https://chromewebstore.google.com/detail/click-to-call-on-supervoi/mkenkpmkkblmpjleamjhinceeacffljc
簡介 Transform phone links into click to call Supervoip links.
檔案大小 1.42 MB
安裝次數 118
目前版本 1.9.5
更新時間 2022-09-16
上架時間 2020-04-19
開發者 SuperVoIP.pl
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.supervoip.pl
說明頁面URL https://pomoc.supervoip.pl
支援的語言 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"
        }
    }
}