Whereby
Schedule and record video meetings with the Whereby Chrome extension
Qu'est-ce que Whereby ?
Whereby est une extension Chrome développée par https://whereby.com, et sa fonction principale est "Schedule and record video meetings with the Whereby Chrome extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Whereby
Téléchargez les fichiers d'extension Whereby au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Add the Whereby Chrome extension to get the most out of your Whereby experience! - Make any meeting a Whereby meeting through our Google Calendar integration. - Record your meetings for future reference* - Quick room access through your Chrome toolbar *Recording is a $5/mo add-on feature on the Pro plan and included at no extra charge with all Business plans. The Whereby service lets you start a video conversation with anyone right in the browser, without the need to download and install anything, or register an account.
Informations de Base sur l'Extension
Nom | Whereby |
ID | bbpjcfkgapecndkanjcojnldopjlnmjk |
URL Officiel | https://chromewebstore.google.com/detail/whereby/bbpjcfkgapecndkanjcojnldopjlnmjk |
Description | Schedule and record video meetings with the Whereby Chrome extension |
Taille du Fichier | 1015 KB |
Nombre d'Installations | 167,499 |
Version Actuelle | 2.4.42 |
Dernière Mise à Jour | 2021-11-10 |
Date de Publication | 2020-06-11 |
Évaluation | 3.82/5 Total 11 Évaluations |
Développeur | https://whereby.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://whereby.com |
URL de la Page d'Aide | https://whereby.helpscoutdocs.com/article/528-calendar-integration |
URL de la Page de Politique de Confidentialité | https://whereby.com/information/tos/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whereby", "version": "2.4.42", "description": "Schedule and record video meetings with the Whereby Chrome extension", "permissions": [ "desktopCapture", "storage", "*:\/\/*.whereby.com\/*", "https:\/\/api.whereby.dev\/*" ], "optional_permissions": [ "https:\/\/calendar.google.com\/*", "system.cpu", "system.memory" ], "content_scripts": [ { "matches": [ "*:\/\/*.whereby.com\/*" ], "js": [ "whereby.inject.bundle.js" ], "run_at": "document_start" } ], "icons": { "16": "assets\/whereby-logo\/icon-16.png", "48": "assets\/whereby-logo\/icon-48.png", "64": "assets\/whereby-logo\/icon-64.png", "128": "assets\/whereby-logo\/icon-128.png" }, "background": { "scripts": [ "background-script.bundle.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html" }, "web_accessible_resources": [ "index.html", "assets\/*.png" ], "manifest_version": 2 } |