Right Click 2 Call
Call selected number with Facetime(Mac only)
What is Right Click 2 Call?
Right Click 2 Call is a Chrome extension developed by Xiaoguang, and its main feature is "Call selected number with Facetime(Mac only)".
Extension Screenshots
Download Right Click 2 Call Extension CRX File
Download Right Click 2 Call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | poakipinpnedjoojfnfpiojpmdmnhnnn |
Official URL | https://chrome.google.com/webstore/detail/right-click-2-call/poakipinpnedjoojfnfpiojpmdmnhnnn |
Description | Call selected number with Facetime(Mac only) |
File Size | 18.89 KB |
Installation Count | 438 |
Current Version | 0.2 |
Last Updated | 2018-09-02 |
Publish Date | 2018-09-02 |
Rating | 3.42/5 Total 12 Ratings |
Developer | Xiaoguang |
Payment Type | free |
Supported Languages | 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 } |