Click to Call Mobile

Launches highlighted text as Tel: link.

Wat is Click to Call Mobile?

Click to Call Mobile is een Chrome-extensie ontwikkeld door https://www.clickcallmobile.com, en de belangrijkste functie is "Launches highlighted text as Tel: link.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Click to Call Mobile

Download Click to Call Mobile-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/.                    

Basisinformatie over de Extensie

Naam Click to Call Mobile Click to Call Mobile
ID ggfbbimhbommiogoebgdmnipdhjfdeel
Officiële URL https://chrome.google.com/webstore/detail/click-to-call-mobile/ggfbbimhbommiogoebgdmnipdhjfdeel
Beschrijving Launches highlighted text as Tel: link.
Bestandsgrootte 14.58 KB
Aantal Installaties 1,592
Huidige Versie 0.5
Laatst Bijgewerkt 2016-07-02
Publicatiedatum 2016-07-01
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.clickcallmobile.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.clickcallmobile.com/
Help Pagina-URL https://www.clickcallmobile.com/help/
URL van de Privacybeleid Pagina https://www.clickcallmobile.com/privacy
Ondersteunde Talen 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"
        ]
    }
}