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
官方URL 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"
    }
}