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
擴展基本資訊
名稱 | Sudonum Chrome Extension |
ID | aagoeolhfjpmdaghkphdmndiggbfmeba |
官方網址 | 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" } } |