Zi Screen
Browser screen shot, add task in trello
What is Zi Screen?
Zi Screen is a Chrome extension developed by zzzwebit, and its main feature is "Browser screen shot, add task in trello".
Extension Screenshots
Download Zi Screen Extension CRX File
Download Zi Screen 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
Zi Screen is a handy, modern service that allows to share screenshots instantly via the Internet for IT Team. Create visual proofs for bug reports, add it in Trello or share. Capture entire webpage at once with Zi Screen extension for Chrome.
Extension Basic Information
Name | Zi Screen |
ID | aaljegneefjgmnkomeomkaoiledhgjcl |
Official URL | https://chromewebstore.google.com/detail/zi-screen/aaljegneefjgmnkomeomkaoiledhgjcl |
Description | Browser screen shot, add task in trello |
File Size | 259 KB |
Installation Count | 21 |
Current Version | 1.0.1 |
Last Updated | 2021-08-19 |
Publish Date | 2021-07-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | zzzwebit |
[email protected] | |
Payment Type | free |
Extension Website | https://ziscreen.com/ |
Help Page URL | https://ziscreen.com/support |
Privacy Policy Page URL | https://ziscreen.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "name": "Zi Screen", "short_name": "ziscreen", "manifest_version": 3, "description": "Browser screen shot, add task in trello", "action": { "default_title": "Click to get an screen" }, "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/*\/*" ], "js": [ "inject.js", "build.js" ] } ], "icons": { "16": "img\/fav-16.png", "32": "img\/fav-32.png", "48": "img\/fav-48.png", "96": "img\/fav-96.png", "128": "img\/fav-128.png", "256": "img\/fav-256.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |