Click to Call Mobile

Launches highlighted text as Tel: link.

Qu'est-ce que Click to Call Mobile ?

Click to Call Mobile est une extension Chrome développée par https://www.clickcallmobile.com, et sa fonction principale est "Launches highlighted text as Tel: link.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Click to Call Mobile

Téléchargez les fichiers d'extension Click to Call Mobile au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Click to Call Mobile Click to Call Mobile
ID ggfbbimhbommiogoebgdmnipdhjfdeel
URL Officiel https://chrome.google.com/webstore/detail/click-to-call-mobile/ggfbbimhbommiogoebgdmnipdhjfdeel
Description Launches highlighted text as Tel: link.
Taille du Fichier 14.58 KB
Nombre d'Installations 1,592
Version Actuelle 0.5
Dernière Mise à Jour 2016-07-02
Date de Publication 2016-07-01
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://www.clickcallmobile.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.clickcallmobile.com/
URL de la Page d'Aide https://www.clickcallmobile.com/help/
URL de la Page de Politique de Confidentialité https://www.clickcallmobile.com/privacy
Langues Prises en Charge 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"
        ]
    }
}