Sudonum Chrome Extension
Click to call in the browser.
什么是Sudonum Chrome Extension?
Sudonum Chrome Extension是由sudonum-chrome-extension开发的Chrome扩展程序,该扩展的主要功能是“Click to call in the browser.”。
扩展截图
下载Sudonum Chrome Extension扩展crx文件
下载Sudonum Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Start a phone call from your browser and answer it on your mobile phone. No extra software required.
Requirements:
You'll need a Sudonum API Token. Feel free to contact [email protected] to open an account.
Install:
Click here and select "Add to Chrome".
Usage:
1. Highlight the phone number you would like to call
2. Right-click the phone number
3. Select the "Call Now!" option
4. In a few seconds your mobile phone will start ringing
5. Answer the call and wait to be connected the phone number you highlighted 扩展基本信息
| 名称 | |
| ID | aagoeolhfjpmdaghkphdmndiggbfmeba |
| 官方URL | https://chromewebstore.google.com/detail/sudonum-chrome-extension/aagoeolhfjpmdaghkphdmndiggbfmeba |
| 简介 | Click to call in the browser. |
| 文件大小 | 414 KB |
| 安装次数 | 134 |
| 当前版本 | 1.0.6 |
| 更新时间 | 2023-05-02 |
| 上架时间 | 2021-09-14 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | sudonum-chrome-extension |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sudonum.com |
| 隐私政策页面URL | https://www.sudonum.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sudonum Chrome Extension",
"version": "1.0.6",
"description": "Click to call in the browser.",
"manifest_version": 3,
"permissions": [
"storage",
"contextMenus",
"tabs",
"activeTab",
"notifications"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"48": "imgs\/icon_chrome_ext.png"
}
} | |