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 |
官方網址 | 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 |
電子郵箱 | [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" ] } } |