VoIPstudio

VoIPstudio Chrome extension

什麼是VoIPstudio?

VoIPstudio是由https://voipstudio.com開發的Chrome擴展程式,該擴展的主要功能是“VoIPstudio Chrome extension”。

擴展截圖

screenshot
screenshot

下載VoIPstudio擴展crx文件

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

擴展使用說明

                        This Extension allows to make and receive phone (VoIP) calls directly in Chrome web browser. It simplifies making outbound calls when browsing Internet by converting phone numbers into clickable links.

Use full potential of VoIPstudio Business Phone system without installing any additional software on your PC - all within your Chrome session.

VoIPstudio is an award-winning VoIP system that offers businesses of all sizes a scalable communication solution. It’s inexpensive, easy-to-use, offers a full suite of PBX features, and is fully integrated for CRM. Best of all, you can try it for free with our 30-day, no-risk trial.                    

擴展基本資訊

名稱 VoIPstudio VoIPstudio
ID cceimdeiaadgcognhpeffimbliogmlpe
官方網址 https://chromewebstore.google.com/detail/voipstudio/cceimdeiaadgcognhpeffimbliogmlpe
簡介 VoIPstudio Chrome extension
檔案大小 4.55 MB
安裝次數 1,077
目前版本 1.8.0
更新時間 2023-11-17
上架時間 2020-01-19
評分 5.00/5 共 6 次評分
開發者 https://voipstudio.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://voipstudio.com/
說明頁面URL https://voipstudio.com/support/
隱私政策頁面URL https://voipstudio.com/privacy-policy
支援的語言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VoIPstudio",
    "description": "__MSG_appDesc__",
    "version": "1.8.0",
    "default_locale": "en",
    "permissions": [
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background\/level7-sip.js",
            "background\/level7-xmpp.js",
            "background\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/parser.js",
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ]
        }
    ],
    "icons": {
        "16": "resources\/images\/icon16.png",
        "32": "resources\/images\/icon32.png",
        "48": "resources\/images\/icon48.png",
        "128": "resources\/images\/icon128.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "build.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'",
    "manifest_version": 2
}