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 |
| Eメール | [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"
}
} | |