Right Click 2 Call

Call selected number with Facetime(Mac only)

Qu'est-ce que Right Click 2 Call ?

Right Click 2 Call est une extension Chrome développée par Xiaoguang, et sa fonction principale est "Call selected number with Facetime(Mac only)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Right Click 2 Call

Téléchargez les fichiers d'extension Right Click 2 Call 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

                        When you selected a phone number from any web pages, this extension adds a call option on the right click menu, either through Facetime(Mac only) or Google Hangouts.

Notes: In order to make a phone call through Facetime on Mac,  you need enable "Call from iPhone" first. 
Please go to
https://support.apple.com/guide/facetime/use-your-mac-to-make-phone-calls-mchl390e9463/mac
for more detail.                    

Informations de Base sur l'Extension

Nom Right Click 2 Call Right Click 2 Call
ID poakipinpnedjoojfnfpiojpmdmnhnnn
URL Officiel https://chrome.google.com/webstore/detail/right-click-2-call/poakipinpnedjoojfnfpiojpmdmnhnnn
Description Call selected number with Facetime(Mac only)
Taille du Fichier 18.89 KB
Nombre d'Installations 438
Version Actuelle 0.2
Dernière Mise à Jour 2018-09-02
Date de Publication 2018-09-02
Évaluation 3.42/5 Total 12 Évaluations
Développeur Xiaoguang
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Click 2 Call",
    "description": "Call selected number with Facetime(Mac only)",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "icons": {
        "16": "call16.png",
        "128": "call128.png"
    },
    "manifest_version": 2
}