G-Meet Auto Join
Automatically join G-Meet meetings !
G-Meet Auto Join क्या है?
G-Meet Auto Join Prakhar Gurunani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically join G-Meet meetings !"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में G-Meet Auto Join एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Who the hell loves attending 8 A.M classes ? Someone else can do this job more efficiently. Just save the meeting specifics (URL, time, duration...). The extension enters the meeting automatically, with audio and video turned off. It departs the meeting and closes the tab when the user-specified duration is achieved. Because this is a reoccurring event, the user will not have to save the meeting information every week. Note - The extension will not work if the browser is closed (basically true for all extensions). Atleast one browser window needs to remain open for the extension to work correctly.
एक्सटेंशन की मूल जानकारी
नाम | G-Meet Auto Join |
ID | fmnjbaiongfjhonkncinpegdeamhmbpo |
आधिकारिक URL | https://chromewebstore.google.com/detail/g-meet-auto-join/fmnjbaiongfjhonkncinpegdeamhmbpo |
विवरण | Automatically join G-Meet meetings ! |
फ़ाइल का आकार | 108 KB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-08-25 |
प्रकाशन तिथि | 2022-01-21 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Prakhar Gurunani |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "G-Meet Auto Join", "description": "Automatically join G-Meet meetings !", "version": "1.0.1", "background": { "service_worker": "js\/background.js" }, "permissions": [ "alarms", "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/meet.google.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "html\/popup.html" } } |