Whereby
Schedule and record video meetings with the Whereby Chrome extension
Τι είναι το Whereby;
Το Whereby είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://whereby.com, και η κύρια λειτουργία του είναι "Schedule and record video meetings with the Whereby Chrome extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Whereby
Λήψη αρχείων επέκτασης Whereby σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Whereby |
ID | bbpjcfkgapecndkanjcojnldopjlnmjk |
Επίσημο URL | https://chromewebstore.google.com/detail/whereby/bbpjcfkgapecndkanjcojnldopjlnmjk |
Περιγραφή | Schedule and record video meetings with the Whereby Chrome extension |
Μέγεθος Αρχείου | 1015 KB |
Αριθμός Εγκαταστάσεων | 167,499 |
Τρέχουσα Έκδοση | 2.4.42 |
Τελευταία Ενημέρωση | 2021-11-10 |
Ημερομηνία Δημοσίευσης | 2020-06-11 |
Αξιολόγηση | 3.82/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | https://whereby.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://whereby.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://whereby.helpscoutdocs.com/article/528-calendar-integration |
URL της Σελίδας Πολιτικής Απορρήτου | https://whereby.com/information/tos/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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 } |