Zi Screen
Browser screen shot, add task in trello
Zi Screenとは何ですか?
Zi Screenはzzzwebitによって開発されたChromeの拡張機能で、その主な機能は「Browser screen shot, add task in trello」です。
拡張機能のスクリーンショット
Zi Screen拡張機能のCRXファイルをダウンロード
Zi Screen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Zi Screen |
ID | aaljegneefjgmnkomeomkaoiledhgjcl |
公式URL | https://chromewebstore.google.com/detail/zi-screen/aaljegneefjgmnkomeomkaoiledhgjcl |
説明 | Browser screen shot, add task in trello |
ファイルサイズ | 259 KB |
インストール数 | 21 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-08-19 |
公開日 | 2021-07-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | zzzwebit |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ziscreen.com/ |
ヘルプページのURL | https://ziscreen.com/support |
プライバシーポリシーページのURL | https://ziscreen.com/privacy |
対応言語 | 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'" } } |