Right Click 2 Call

Call selected number with Facetime(Mac only)

Wat is Right Click 2 Call?

Right Click 2 Call is een Chrome-extensie ontwikkeld door Xiaoguang, en de belangrijkste functie is "Call selected number with Facetime(Mac only)".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Right Click 2 Call

Download Right Click 2 Call-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

                        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.                    

Basisinformatie over de Extensie

Naam Right Click 2 Call Right Click 2 Call
ID poakipinpnedjoojfnfpiojpmdmnhnnn
Officiële URL https://chrome.google.com/webstore/detail/right-click-2-call/poakipinpnedjoojfnfpiojpmdmnhnnn
Beschrijving Call selected number with Facetime(Mac only)
Bestandsgrootte 18.89 KB
Aantal Installaties 438
Huidige Versie 0.2
Laatst Bijgewerkt 2018-09-02
Publicatiedatum 2018-09-02
Beoordeling 3.42/5 Totaal 12 Beoordelingen
Ontwikkelaar Xiaoguang
Betalingswijze free
Ondersteunde Talen 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
}