Click to Call Mobile
Launches highlighted text as Tel: link.
Vad är Click to Call Mobile?
Click to Call Mobile är en Chrome-tillägg utvecklad av https://www.clickcallmobile.com, och dess huvudfunktion är "Launches highlighted text as Tel: link.".
Tilläggsskärmbilder
Ladda ner Click to Call Mobile-förlängningens CRX-fil
Ladda ner Click to Call Mobile-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/.
Grundläggande Information om Tillägg
Namn | |
ID | ggfbbimhbommiogoebgdmnipdhjfdeel |
Officiell webbadress | https://chrome.google.com/webstore/detail/click-to-call-mobile/ggfbbimhbommiogoebgdmnipdhjfdeel |
Beskrivning | Launches highlighted text as Tel: link. |
Filstorlek | 14.58 KB |
Antal Installationer | 1,592 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2016-07-02 |
Publiceringsdatum | 2016-07-01 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | https://www.clickcallmobile.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.clickcallmobile.com/ |
Hjälpsida URL | https://www.clickcallmobile.com/help/ |
URL till Sekretesspolicy Sidan | https://www.clickcallmobile.com/privacy |
Stödda Språk | 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" ] } } |