Pilot - Screenshot Website, Comment, Share
For Design & Engineering Teams to Share Feedback on any Website
Cos'è Pilot - Screenshot Website, Comment, Share?
Pilot - Screenshot Website, Comment, Share è un'estensione di Chrome sviluppata da nikhil896, e la sua funzione principale è "For Design & Engineering Teams to Share Feedback on any Website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pilot - Screenshot Website, Comment, Share
Scarica i file di estensione Pilot - Screenshot Website, Comment, Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | homakjghndjpjmpghloignplljcpjpmb |
URL Ufficiale | https://chrome.google.com/webstore/detail/pilot-screenshot-website/homakjghndjpjmpghloignplljcpjpmb |
Descrizione | For Design & Engineering Teams to Share Feedback on any Website |
Dimensione del File | 20.27 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2020-08-03 |
Data di Pubblicazione | 2020-07-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | nikhil896 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pilotui.com/ |
URL della Pagina di Aiuto | https://pilotui.com/support |
Lingue Supportate | 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" } } |