Denwa Click-To-Call
Search phone numbers on the page, so you can click them to dial with Denwa
什么是Denwa Click-To-Call?
Denwa Click-To-Call是由Denwa Technology Corp.开发的Chrome扩展程序,该扩展的主要功能是“Search phone numbers on the page, so you can click them to dial with Denwa”。
扩展截图
下载Denwa Click-To-Call扩展crx文件
下载Denwa Click-To-Call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Search phone numbers on the page you visit and convert them to links, so you can click them to dial with your Denwa Unified Communications Center.                     扩展基本信息
| 名称 |   |  
| ID | ojljgfhaaipniapljdmphkhejmmajigi | 
| 官方URL | https://chromewebstore.google.com/detail/denwa-click-to-call/ojljgfhaaipniapljdmphkhejmmajigi | 
| 简介 | Search phone numbers on the page, so you can click them to dial with Denwa | 
| 文件大小 | 92.42 KB | 
| 安装次数 | 100 | 
| 当前版本 | 1.0.4 | 
| 更新时间 | 2013-10-16 | 
| 上架时间 | 2013-10-16 | 
| 评分 | 4.86/5 共7次评分 | 
| 开发者 | Denwa Technology Corp. | 
| 付费类型 | free | 
| 扩展官网 | http://www.denwaip.com/ | 
| 帮助页面URL | http://www.denwaip.com/ | 
| 支持的语言 | en,es | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Denwa Click-To-Call",
    "version": "1.0.4",
    "description": "__MSG_extDescription__",
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-2.0.3.min.js",
            "base64.js",
            "options.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "denwa-19.png",
        "default_title": "__MSG_extPageActionTitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "jquery.ba-replacetext.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "denwa-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.js",
        "jquery.ba-replacetext.min.js",
        "denwa-48.png",
        "close.png",
        "phone-48-on.png",
        "edit-icon.png",
        "checkmark.png"
    ],
    "default_locale": "en",
    "manifest_version": 2
}  |  |