Voip International

Integrate VoIP Int with your web CRM and C2C

什麼是Voip International?

Voip International是由Developer開發的Chrome擴展程式,該擴展的主要功能是“Integrate VoIP Int with your web CRM and C2C”。

擴展截圖

screenshot
screenshot

下載Voip International擴展crx文件

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

擴展使用說明

                        This plugin allows virtually any web based CRM to integrate with VoIP Int phone system allowing call pops and click to call right from your Desktop or Laptop and is operating system independent so works on any device that has Google Chrome                    

擴展基本資訊

名稱 Voip International Voip International
ID ndggpgpdglidceoooeecbbmoeleckiid
官方網址 https://chromewebstore.google.com/detail/voip-international/ndggpgpdglidceoooeecbbmoeleckiid
簡介 Integrate VoIP Int with your web CRM and C2C
檔案大小 230 KB
安裝次數 30
目前版本 0.17.20
更新時間 2024-02-06
上架時間 2020-06-24
評分 5.00/5 共 1 次評分
開發者 Developer
電子郵箱 [email protected]
付費類型 free
擴展官網 http://voip-int.com/
說明頁面URL http://voip-int.com/support
隱私政策頁面URL https://www.loupdb.com/privacy-policy
支援的語言 en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voip International",
    "description": "Integrate VoIP Int with your web CRM and C2C",
    "short_name": "Voip International",
    "version": "0.17.20",
    "base_url": "https:\/\/login.loupdb.com\/extension\/v14",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "html\/login.html",
                "html\/dashboard.html"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}