Sippy Click for Yealink
Click and select phone numbers to call them.
What is Sippy Click for Yealink?
Sippy Click for Yealink is a Chrome extension developed by Sippy, and its main feature is "Click and select phone numbers to call them.".
Extension Screenshots
Download Sippy Click for Yealink Extension CRX File
Download Sippy Click for Yealink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Sippy Click for Yealink |
ID | didkodinlohkepjjikmngocilomdkngi |
Official URL | https://chromewebstore.google.com/detail/sippy-click-for-yealink/didkodinlohkepjjikmngocilomdkngi |
Description | Click and select phone numbers to call them. |
File Size | 382 KB |
Installation Count | 69 |
Current Version | 0.6.0 |
Last Updated | 2022-04-08 |
Publish Date | 2021-12-08 |
Developer | Sippy |
[email protected] | |
Payment Type | free |
Extension Website | https://sippy.cloud |
Help Page URL | https://github.com/optimise-group/click-for-yealink |
Supported Languages | 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" } ] } |