Right click Dialer

Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)

Qu'est-ce que Right click Dialer ?

Right click Dialer est une extension Chrome développée par mihigh, et sa fonction principale est "Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Right click Dialer

Téléchargez les fichiers d'extension Right click Dialer 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

                        Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, FaceTime audio only, Jabber, Skype..)                    

Informations de Base sur l'Extension

Nom Right click Dialer Right click Dialer
ID aedibklnjgnhjooclfofmleheeihipbd
URL Officiel https://chrome.google.com/webstore/detail/right-click-dialer/aedibklnjgnhjooclfofmleheeihipbd
Description Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)
Taille du Fichier 14.9 KB
Nombre d'Installations 2,000
Version Actuelle 6
Dernière Mise à Jour 2015-06-23
Date de Publication 2015-06-23
Évaluation 2.74/5 Total 43 Évaluations
Développeur mihigh
Type de Paiement free
Site Web de l'Extension https://github.com/mihigh
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right click Dialer",
    "description": "Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)",
    "short_name": "Right click Dialer",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 2,
    "version": "6",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}