NextCall.xyz
A chrome extension to join upcoming calls in one click.
What is NextCall.xyz?
NextCall.xyz is a Chrome extension developed by https://nextcall.xyz, and its main feature is "A chrome extension to join upcoming calls in one click.".
Extension Screenshots
Download NextCall.xyz Extension CRX File
Download NextCall.xyz 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
A chrome extension to join upcoming calls in one click. Our extension automatically opens popular conferencing solutions like Zoom, Google Meet, Skype, Microsoft Teams and many more.
Extension Basic Information
Name | NextCall.xyz |
ID | hiadipcolhbbnielnehacfollbpemloc |
Official URL | https://chromewebstore.google.com/detail/nextcallxyz/hiadipcolhbbnielnehacfollbpemloc |
Description | A chrome extension to join upcoming calls in one click. |
File Size | 582 KB |
Installation Count | 135 |
Current Version | 0.0.0.3 |
Last Updated | 2020-06-28 |
Publish Date | 2020-06-28 |
Rating | 5.00/5 Total 8 Ratings |
Developer | https://nextcall.xyz |
[email protected] | |
Payment Type | free |
Extension Website | https://nextcall.xyz |
Help Page URL | https://nextcall.xyz/privacystatement |
Privacy Policy Page URL | https://nextcall.xyz/privacystatement |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NextCall.xyz", "description": "A chrome extension to join upcoming calls in one click.", "version": "0.0.0.3", "browser_action": { "default_title": "NextCall", "default_popup": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |