Pilot - Screenshot Website, Comment, Share
For Design & Engineering Teams to Share Feedback on any Website
Pilot - Screenshot Website, Comment, Shareとは何ですか?
Pilot - Screenshot Website, Comment, Shareはnikhil896によって開発されたChromeの拡張機能で、その主な機能は「For Design & Engineering Teams to Share Feedback on any Website」です。
拡張機能のスクリーンショット
Pilot - Screenshot Website, Comment, Share拡張機能のCRXファイルをダウンロード
Pilot - Screenshot Website, Comment, Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
As designers and developers ourselves, we know how painful the feedback process can be. Seemingly endless revisions of UI/UX are no fun for anybody on the team. Especially when it means shipping slower and with less quality. We created Pilot to share feedback easily so there’s less bottlenecks and headaches during our development process. Design teams use Pilot to relay feedback to developers by taking a screenshot of the page via the extension and leaving comments. Teams can then make decisions collaboratively in the discussion threads. It’s helped us ship faster and we believe the end products turn out better too.
拡張機能の基本情報
名前 | |
ID | homakjghndjpjmpghloignplljcpjpmb |
公式URL | https://chrome.google.com/webstore/detail/pilot-screenshot-website/homakjghndjpjmpghloignplljcpjpmb |
説明 | For Design & Engineering Teams to Share Feedback on any Website |
ファイルサイズ | 20.27 KB |
インストール数 | 24 |
現在のバージョン | 0.2 |
最終更新日 | 2020-08-03 |
公開日 | 2020-07-28 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | nikhil896 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://pilotui.com/ |
ヘルプページのURL | https://pilotui.com/support |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pilot - Screenshot Website, Comment, Share", "version": "0.2", "description": "For Design & Engineering Teams to Share Feedback on any Website", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "icons": { "16": "images\/pilot-logo-16.png", "48": "images\/pilot-logo-48.png", "128": "images\/pilot-logo-128.png", "256": "images\/pilot-logo-256.png" } } |