Whereby
Schedule and record video meetings with the Whereby Chrome extension
Wat is Whereby?
Whereby is een Chrome-extensie ontwikkeld door https://whereby.com, en de belangrijkste functie is "Schedule and record video meetings with the Whereby Chrome extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Whereby
Download Whereby-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
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.
Basisinformatie over de Extensie
Naam | Whereby |
ID | bbpjcfkgapecndkanjcojnldopjlnmjk |
Officiële URL | https://chromewebstore.google.com/detail/whereby/bbpjcfkgapecndkanjcojnldopjlnmjk |
Beschrijving | Schedule and record video meetings with the Whereby Chrome extension |
Bestandsgrootte | 1015 KB |
Aantal Installaties | 167,499 |
Huidige Versie | 2.4.42 |
Laatst Bijgewerkt | 2021-11-10 |
Publicatiedatum | 2020-06-11 |
Beoordeling | 3.82/5 Totaal 11 Beoordelingen |
Ontwikkelaar | https://whereby.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://whereby.com |
Help Pagina-URL | https://whereby.helpscoutdocs.com/article/528-calendar-integration |
URL van de Privacybeleid Pagina | https://whereby.com/information/tos/privacy-policy |
Ondersteunde Talen | 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 } |