Sippy Click for Yealink
Click and select phone numbers to call them.
什么是Sippy Click for Yealink?
Sippy Click for Yealink是由Sippy开发的Chrome扩展程序,该扩展的主要功能是“Click and select phone numbers to call them.”。
扩展截图
下载Sippy Click for Yealink扩展crx文件
下载Sippy Click for Yealink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension you can simply select a phone number or click on it to call it through your Yealink telephone. The extension is integrated with your Sippy PBX, you can enable it on a user base.
扩展基本信息
名称 | Sippy Click for Yealink |
ID | didkodinlohkepjjikmngocilomdkngi |
官方URL | https://chromewebstore.google.com/detail/sippy-click-for-yealink/didkodinlohkepjjikmngocilomdkngi |
简介 | Click and select phone numbers to call them. |
文件大小 | 382 KB |
安装次数 | 69 |
当前版本 | 0.6.0 |
更新时间 | 2022-04-08 |
上架时间 | 2021-12-08 |
开发者 | Sippy |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sippy.cloud |
帮助页面URL | https://github.com/optimise-group/click-for-yealink |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sippy Click for Yealink", "version": "0.6.0", "description": "Click and select phone numbers to call them.", "homepage_url": "https:\/\/github.com\/optimise-group\/click-for-yealink", "manifest_version": 2, "icons": { "16": "\/icons\/sippy16x16.png", "32": "\/icons\/sippy32x32.png", "48": "\/icons\/sippy48x48.png", "128": "\/icons\/sippy128x128.png" }, "permissions": [ "contextMenus", "storage" ], "options_ui": { "chrome_style": false, "open_in_tab": true, "page": "\/settings\/options.html" }, "background": { "persistent": false, "scripts": [ "\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/content.js" ], "run_at": "document_end" } ] } |