NextCall.xyz
A chrome extension to join upcoming calls in one click.
Wat is NextCall.xyz?
NextCall.xyz is een Chrome-extensie ontwikkeld door https://nextcall.xyz, en de belangrijkste functie is "A chrome extension to join upcoming calls in one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie NextCall.xyz
Download NextCall.xyz-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
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.
Basisinformatie over de Extensie
Naam | NextCall.xyz |
ID | hiadipcolhbbnielnehacfollbpemloc |
Officiële URL | https://chromewebstore.google.com/detail/nextcallxyz/hiadipcolhbbnielnehacfollbpemloc |
Beschrijving | A chrome extension to join upcoming calls in one click. |
Bestandsgrootte | 582 KB |
Aantal Installaties | 135 |
Huidige Versie | 0.0.0.3 |
Laatst Bijgewerkt | 2020-06-28 |
Publicatiedatum | 2020-06-28 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://nextcall.xyz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://nextcall.xyz |
Help Pagina-URL | https://nextcall.xyz/privacystatement |
URL van de Privacybeleid Pagina | https://nextcall.xyz/privacystatement |
Ondersteunde Talen | 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" } } |