Click to Meet
This extension allows you to go to an Active Google Meet tab.
Click to Meet क्या है?
Click to Meet Gaurav Kushwaha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to go to an Active Google Meet tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Click to Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Watch Live IPL with us Shortcut key : Activate : Ctrl/⌘ + ← Leave & Close tab : Ctrl/⌘ + ↓ Close remaining tabs : Ctrl/⌘ + → Reopen last tab : Ctrl/⌘ + ↑ Use shortcut globally by enable option from here: chrome://extensions/shortcuts (Search this in chrome bar) Problem we are solving ⚠️: - While attending the meet along with work, we face difficulty to find Active google meet tab in all open tabs - Other might think we are not present in meeting Solution ✅: - This chrome-extension help us to find the active tab of google meet with one click and also exit you from meet with one shortcut Open Source Contribution : https://github.com/heykush/Click-to-Meet More Updates coming soon ...
एक्सटेंशन की मूल जानकारी
नाम | Click to Meet |
ID | ehcbipkoaanenigfifjmilglodhkjbfn |
आधिकारिक URL | https://chromewebstore.google.com/detail/click-to-meet/ehcbipkoaanenigfifjmilglodhkjbfn |
विवरण | This extension allows you to go to an Active Google Meet tab. |
फ़ाइल का आकार | 11.92 KB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 1.3.3 |
अंतिम अपडेट | 2022-04-02 |
प्रकाशन तिथि | 2022-03-07 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Gaurav Kushwaha |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://www.instagram.com/ravvkush/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "38": "icon38.png" }, "default_title": "Click to Meet" }, "commands": { "goto_tab": { "description": "Go to Meet", "suggested_key": { "default": "Ctrl + Left", "mac": "Command + Left" } }, "close_tabs": { "description": "Close Meet tabs", "suggested_key": { "default": "Ctrl + Down", "mac": "Command + Down" } }, "last_tab": { "description": "Close remaining tabs", "suggested_key": { "default": "Ctrl + Up", "mac": "Command + Up" } }, "close_alltabs": { "description": "Reopen last tab", "suggested_key": { "default": "Ctrl + Right", "mac": "Command + Right" } } }, "author": "Gaurav kushwaha", "description": "This extension allows you to go to an Active Google Meet tab.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 3, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/click-to-meet\/ehcbipkoaanenigfifjmilglodhkjbfn", "name": "Click to Meet", "permissions": [ "tabs", "contextMenus" ], "version": "1.3.3" } |