Click to Meet
This extension allows you to go to an Active Google Meet tab.
Click to Meet là gì?
Click to Meet là một tiện ích mở rộng Chrome được phát triển bởi Gaurav Kushwaha, và tính năng chính của nó là "This extension allows you to go to an Active Google Meet tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Click to Meet
Tải xuống các tệp mở rộng Click to Meet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 ...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Click to Meet |
ID | ehcbipkoaanenigfifjmilglodhkjbfn |
URL Chính Thức | https://chromewebstore.google.com/detail/click-to-meet/ehcbipkoaanenigfifjmilglodhkjbfn |
Mô tả | This extension allows you to go to an Active Google Meet tab. |
Kích Thước Tệp | 11.92 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.3.3 |
Cập Nhật Lần Cuối | 2022-04-02 |
Ngày Phát Hành | 2022-03-07 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Gaurav Kushwaha |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.instagram.com/ravvkush/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |