Zoom post attendee tab closer
This extension will close the Zoom post attendee tab
什麼是Zoom post attendee tab closer?
Zoom post attendee tab closer是由shaun.mcavinney開發的Chrome擴展程式,該擴展的主要功能是“This extension will close the Zoom post attendee tab”。
擴展截圖
下載Zoom post attendee tab closer擴展crx文件
下載Zoom post attendee tab closer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you constantly have Zoom Post Attendee tabs open? This will automatically close them. 擴展基本資訊
| 名稱 | |
| ID | lmcbckplaiijakfcdacphpekbigeadbm |
| 官方網址 | https://chrome.google.com/webstore/detail/zoom-post-attendee-tab-cl/lmcbckplaiijakfcdacphpekbigeadbm |
| 簡介 | This extension will close the Zoom post attendee tab |
| 檔案大小 | 27.08 KB |
| 安裝次數 | 181 |
| 目前版本 | 1.6 |
| 更新時間 | 2020-06-08 |
| 上架時間 | 2020-06-08 |
| 評分 | 3.00/5 共 2 次評分 |
| 開發者 | shaun.mcavinney |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Zoom post attendee tab closer",
"description": "This extension will close the Zoom post attendee tab",
"version": "1.6",
"icons": {
"128": "icon.png",
"16": "icon16.png",
"48": "icon48.png"
},
"background": {
"scripts": [
"zoomclose.js"
],
"persistent": false
},
"permissions": [
"tabs"
]
} | |