The Meeting Tab
Get Active Google Meet Tab.
The Meeting Tab란 무엇입니까?
The Meeting Tab은(는) themeetingtab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Active Google Meet Tab."입니다.
확장 프로그램 스크린샷
The Meeting Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
One-click to get back to your active Google meeting tab. Simplicity is the king. That’s the most straightforward extension you can find. Just click the extension Icon, and the active meeting tab will instantly pop – No matter how many tabs or Chrome windows are open. It couldn’t be easier! * Don't forget to pin the extension after the installation. If you like this extension and use it, please rate it and spread the word :)
확장 프로그램 기본 정보
이름 | The Meeting Tab |
ID | akmnoalaiejbicphdhagambchhchbnfi |
공식 URL | https://chromewebstore.google.com/detail/the-meeting-tab/akmnoalaiejbicphdhagambchhchbnfi |
설명 | Get Active Google Meet Tab. |
파일 크기 | 17.98 KB |
설치 횟수 | 121 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-09-01 |
출시 날짜 | 2022-08-18 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | themeetingtab |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://themeetingtab.com |
도움말 페이지 URL | https://themeetingtab.com/contact-us/ |
개인정보 보호 정책 페이지 URL | https://themeetingtab.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "author": "Amit Bachbut", "action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png" } }, "description": "Get Active Google Meet Tab.", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png" }, "manifest_version": 3, "name": "The Meeting Tab", "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "permissions": [ "tabs", "scripting", "notifications" ], "version": "1.0.0" } |