Click to Meet
This extension allows you to go to an Active Google Meet tab.
Click to Meet란 무엇입니까?
Click to Meet은(는) Gaurav Kushwaha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to go to an Active Google Meet tab."입니다.
확장 프로그램 스크린샷
Click to Meet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |