Zendesk All tab Closer
Zendesk Support Close All Tab
What is Zendesk All tab Closer?
Zendesk All tab Closer is a Chrome extension developed by Jason Jeong, and its main feature is "Zendesk Support Close All Tab".
Extension Screenshots
Download Zendesk All tab Closer Extension CRX File
Download Zendesk All tab Closer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Zendesk Support에 열려있는 탭을 닫기 위해서는 각각의 탭에 X 버튼을 클릭해 닫아야 하지만 해당 확장 프로그램을 통해서 한 번에 여러 개의 탭을 닫을 수 있습니다. 일정 수준을 넘은 많은 탭이 열린 경우에는 한 번에 모든 탭이 닫히지 않을 수 있습니다.
Extension Basic Information
Name | Zendesk All tab Closer |
ID | ndlnknkjflljdlipmalmejkbaagdobjk |
Official URL | https://chromewebstore.google.com/detail/zendesk-all-tab-closer/ndlnknkjflljdlipmalmejkbaagdobjk |
Description | Zendesk Support Close All Tab |
File Size | 47.51 KB |
Installation Count | 1,090 |
Current Version | 1.3 |
Last Updated | 2023-02-02 |
Publish Date | 2020-09-24 |
Rating | 3.75/5 Total 4 Ratings |
Developer | Jason Jeong |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zendesk All tab Closer", "short_name": "ZATC", "description": "Zendesk Support Close All Tab", "version": "1.3", "author": "Jason Jeong", "manifest_version": 3, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.zendesk.com\/agent\/*" ], "run_at": "document_end", "js": [ "background.js" ] } ] } |