Vercel
Easily add screenshots to Comments in your Preview URLs to provide better feedback for your team.
Cos'è Vercel?
Vercel è un'estensione di Chrome sviluppata da Vercel, e la sua funzione principale è "Easily add screenshots to Comments in your Preview URLs to provide better feedback for your team.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vercel
Scarica i file di estensione Vercel 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
Installing this extension unlocks an easy-to-use feature for taking screenshots when commenting on your Vercel deployments.
Informazioni di Base sull'Estensione
Nome | Vercel |
ID | lahhiofdgnbcgmemekkmjnpifojdaelb |
URL Ufficiale | https://chromewebstore.google.com/detail/vercel/lahhiofdgnbcgmemekkmjnpifojdaelb |
Descrizione | Easily add screenshots to Comments in your Preview URLs to provide better feedback for your team. |
Dimensione del File | 18.48 KB |
Conteggio Installazioni | 8,085 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2024-02-22 |
Data di Pubblicazione | 2023-07-07 |
Valutazione | 4.50/5 Totale 10 Valutazioni |
Sviluppatore | Vercel |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://vercel.com |
URL della Pagina di Aiuto | https://vercel.com/support |
URL della Pagina della Politica sulla Privacy | https://vercel.com/legal/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Vercel", "version": "1.0.6", "description": "Easily add screenshots to Comments in your Preview URLs to provide better feedback for your team.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Vercel" }, "permissions": [ "alarms", "storage" ], "host_permissions": [ " |