Whereby
Schedule and record video meetings with the Whereby Chrome extension
Whereby क्या है?
Whereby https://whereby.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule and record video meetings with the Whereby Chrome extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Whereby एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |