Right Click 2 Call

Call selected number with Facetime(Mac only)

Cos'è Right Click 2 Call?

Right Click 2 Call è un'estensione di Chrome sviluppata da Xiaoguang, e la sua funzione principale è "Call selected number with Facetime(Mac only)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Right Click 2 Call

Scarica i file di estensione Right Click 2 Call in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Right Click 2 Call Right Click 2 Call
ID poakipinpnedjoojfnfpiojpmdmnhnnn
URL Ufficiale https://chrome.google.com/webstore/detail/right-click-2-call/poakipinpnedjoojfnfpiojpmdmnhnnn
Descrizione Call selected number with Facetime(Mac only)
Dimensione del File 18.89 KB
Conteggio Installazioni 438
Versione Corrente 0.2
Ultimo Aggiornamento 2018-09-02
Data di Pubblicazione 2018-09-02
Valutazione 3.42/5 Totale 12 Valutazioni
Sviluppatore Xiaoguang
Tipo di Pagamento free
Lingue Supportate 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
}