GoFastCall
One click to your next video conference call.
GoFastCall क्या है?
GoFastCall Stephen Ou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One click to your next video conference call."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GoFastCall एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It's 10:01AM. You are late for the 10AM meeting because your last Google Hangouts call went long. You are now scrambling to locate Google Calendar and find the Zoom link. This is stressful. No more. Say hello to GoFastCall. It is a Chrome Extension that takes you to your scheduled meeting in 1 click. It integrates directly with Google Calendar to find your meeting link, and works with popular video conferencing software like Zoom, Meet, Teams, Bluejeans, WebEx.
एक्सटेंशन की मूल जानकारी
नाम | GoFastCall |
ID | kfhabohagpkmkmfbeffaaihlnjhfcnpj |
आधिकारिक URL | https://chromewebstore.google.com/detail/gofastcall/kfhabohagpkmkmfbeffaaihlnjhfcnpj |
विवरण | One click to your next video conference call. |
फ़ाइल का आकार | 19.41 KB |
स्थापना संख्या | 42 |
वर्तमान संस्करण | 1.1.4 |
अंतिम अपडेट | 2020-07-16 |
प्रकाशन तिथि | 2020-07-01 |
डेवलपर | Stephen Ou |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://gofastcall.com/ |
सहायता पृष्ठ URL | https://gofastcall.com/faq |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoFastCall", "version": "1.1.4", "description": "One click to your next video conference call.", "background": { "scripts": [ "gcal.js", "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "permissions": [ "identity" ], "oauth2": { "client_id": "816595142846-jh5ga12deqidfio9b8ekdss6d8g9fv34.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly" ] }, "options_page": "options.html", "browser_action": [], "manifest_version": 2 } |