NewTel

NewTel Click2Call

什么是NewTel?

NewTel是由https://newtelsystems.com开发的Chrome扩展程序,该扩展的主要功能是“NewTel Click2Call”。

扩展截图

screenshot
screenshot

下载NewTel扩展crx文件

下载NewTel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        NewTel Click2Call is an extension that allows NewTel users to click on any phone number that appears in any chrome browser window and initiate a call from their NewTel IP phone to that number.

For more information or to inquire about NewTel's Business Hosted PBX Services, please visit our website at http://newtelsystems.com                    

扩展基本信息

名称 NewTel NewTel
ID blmmkibfngpdeifdfpccamgjdkmnmbfb
官方URL https://chromewebstore.google.com/detail/newtel/blmmkibfngpdeifdfpccamgjdkmnmbfb
简介 NewTel Click2Call
文件大小 222 KB
安装次数 143
当前版本 2.6.4
更新时间 2023-01-06
上架时间 2019-02-07
开发者 https://newtelsystems.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://newtelsystems.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "NewTel",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "description": "NewTel Click2Call",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/newtelsystems.com\/",
    "version": "2.6.4",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/script.google.com https:\/\/script.googleusercontent.com https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dl.dropboxusercontent.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/apis.google.com; object-src 'self' https:\/\/script.google.com https:\/\/script.googleusercontent.com https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dl.dropboxusercontent.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/apis.google.com",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "NewTel Click2Call on highlighted numbers"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}