Zi Screen
Browser screen shot, add task in trello
Co je Zi Screen?
Zi Screen je rozšíření Chrome vyvinuté zzzwebit, a jeho hlavní funkcí je „Browser screen shot, add task in trello“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Zi Screen
Stáhněte si soubory rozšíření Zi Screen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Zi Screen |
ID | aaljegneefjgmnkomeomkaoiledhgjcl |
Oficiální URL | https://chromewebstore.google.com/detail/zi-screen/aaljegneefjgmnkomeomkaoiledhgjcl |
Popis | Browser screen shot, add task in trello |
Velikost souboru | 259 KB |
Počet instalací | 21 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2021-08-19 |
Datum Vydání | 2021-07-29 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | zzzwebit |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://ziscreen.com/ |
URL Stránky Nápovědy | https://ziscreen.com/support |
URL Stránky Zásad Ochrany Soukromí | https://ziscreen.com/privacy |
Podporované Jazyky | 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'" } } |