NextCall.xyz
A chrome extension to join upcoming calls in one click.
Vad är NextCall.xyz?
NextCall.xyz är en Chrome-tillägg utvecklad av https://nextcall.xyz, och dess huvudfunktion är "A chrome extension to join upcoming calls in one click.".
Tilläggsskärmbilder
Ladda ner NextCall.xyz-förlängningens CRX-fil
Ladda ner NextCall.xyz-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hiadipcolhbbnielnehacfollbpemloc |
| Officiell webbadress | https://chromewebstore.google.com/detail/nextcallxyz/hiadipcolhbbnielnehacfollbpemloc |
| Beskrivning | A chrome extension to join upcoming calls in one click. |
| Filstorlek | 582 KB |
| Antal Installationer | 135 |
| Aktuell Version | 0.0.0.3 |
| Senast Uppdaterad | 2020-06-28 |
| Publiceringsdatum | 2020-06-28 |
| Betyg | 5.00/5 Totalt 8 Betyg |
| Utvecklare | https://nextcall.xyz |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://nextcall.xyz |
| Hjälpsida URL | https://nextcall.xyz/privacystatement |
| URL till Sekretesspolicy Sidan | https://nextcall.xyz/privacystatement |
| Stödda Språk | 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"
}
} | |