Yoko Networks Click to Call
This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone
什么是Yoko Networks Click to Call?
Yoko Networks Click to Call是由https://yokonetworks.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone”。
扩展截图
下载Yoko Networks Click to Call扩展crx文件
下载Yoko Networks Click to Call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click to call for Yoko Networks hosted VoIP systems. This extension allows customers to highlight a phone number and by clicking initiate the call from their desk phone or softphone
扩展基本信息
名称 | Yoko Networks Click to Call |
ID | npgmpehjkfjicciloilfhfkaobhpobgk |
官方URL | https://chromewebstore.google.com/detail/yoko-networks-click-to-ca/npgmpehjkfjicciloilfhfkaobhpobgk |
简介 | This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone |
文件大小 | 162 KB |
安装次数 | 2,845 |
当前版本 | 4.6.1 |
更新时间 | 2023-09-11 |
上架时间 | 2020-04-29 |
评分 | 5.00/5 共3次评分 |
开发者 | https://yokonetworks.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://yokonetworks.com |
帮助页面URL | https://yokonetworks.com |
隐私政策页面URL | https://yokonetworks.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yoko Networks Click to Call", "description": "This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone", "version": "4.6.1", "manifest_version": 3, "options_page": "content\/templates\/options.html", "action": { "default_icon": "content\/images\/input-dialpad48.png", "default_popup": "content\/templates\/callWindow.html" }, "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "css": [ "content\/css\/style.css" ], "all_frames": true, "run_at": "document_idle", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/js\/jquery-2.1.3.min.js", "content\/js\/config.js", "content\/js\/common.js", "content\/js\/background.js" ] } ], "icons": { "16": "\/content\/images\/input-dialpad16.png", "32": "\/content\/images\/input-dialpad32.png", "48": "\/content\/images\/input-dialpad48.png" }, "permissions": [ "storage", "tabs", "alarms", "contextMenus", "webRequest", "declarativeNetRequest", "nativeMessaging", "background", "scripting", "declarativeNetRequestFeedback" ], "host_permissions": [ " |