Click to Call Mobile
Launches highlighted text as Tel: link.
Click to Call Mobileとは何ですか?
Click to Call Mobileはhttps://www.clickcallmobile.comによって開発されたChromeの拡張機能で、その主な機能は「Launches highlighted text as Tel: link.」です。
拡張機能のスクリーンショット
Click to Call Mobile拡張機能のCRXファイルをダウンロード
Click to Call Mobile拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click to Call on phone numbers that are not defined as links. Along with our Mobile and Windows Desktop App, calls are made directly from your mobile phone. To use this extension, simply highlight a phone number and right click. A menu will appear - select "Call as Tel://..." and your mobile will dial that number. Make sure you have our Mobile App and Desktop App installed. Learn more at https://www.clickcallmobile.com/.
拡張機能の基本情報
名前 | |
ID | ggfbbimhbommiogoebgdmnipdhjfdeel |
公式URL | https://chrome.google.com/webstore/detail/click-to-call-mobile/ggfbbimhbommiogoebgdmnipdhjfdeel |
説明 | Launches highlighted text as Tel: link. |
ファイルサイズ | 14.58 KB |
インストール数 | 1,592 |
現在のバージョン | 0.5 |
最終更新日 | 2016-07-02 |
公開日 | 2016-07-01 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | https://www.clickcallmobile.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.clickcallmobile.com/ |
ヘルプページのURL | https://www.clickcallmobile.com/help/ |
プライバシーポリシーページのURL | https://www.clickcallmobile.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click to Call Mobile", "description": "Launches highlighted text as Tel: link.", "version": "0.5", "browser_action": { "default_icon": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Click to Call Default Title", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage" ], "homepage_url": "https:\/\/www.ClickCallMobile.com", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "rightclick.js" ] } } |