Vercel
Easily add screenshots to Comments in your Preview URLs to provide better feedback for your team.
What is Vercel?
Vercel is a Chrome extension developed by Vercel, and its main feature is "Easily add screenshots to Comments in your Preview URLs to provide better feedback for your team.".
Extension Screenshots
Download Vercel Extension CRX File
Download Vercel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Installing this extension unlocks an easy-to-use feature for taking screenshots when commenting on your Vercel deployments.
Extension Basic Information
Name | Vercel |
ID | lahhiofdgnbcgmemekkmjnpifojdaelb |
Official URL | https://chromewebstore.google.com/detail/vercel/lahhiofdgnbcgmemekkmjnpifojdaelb |
Description | Easily add screenshots to Comments in your Preview URLs to provide better feedback for your team. |
File Size | 18.48 KB |
Installation Count | 8,085 |
Current Version | 1.0.6 |
Last Updated | 2024-02-22 |
Publish Date | 2023-07-07 |
Rating | 4.50/5 Total 10 Ratings |
Developer | Vercel |
[email protected] | |
Payment Type | free |
Extension Website | https://vercel.com |
Help Page URL | https://vercel.com/support |
Privacy Policy Page URL | https://vercel.com/legal/privacy-policy |
Supported Languages | 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": [ " |