MarkUp For Chrome

Visual Feedback for Websites

¿Qué es MarkUp For Chrome?

MarkUp For Chrome es una extensión de Chrome desarrollada por https://markup.io, y su función principal es "Visual Feedback for Websites".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MarkUp For Chrome

Descarga archivos de extensión MarkUp For Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Easily provide and collect feedback on any live website, PDF or image from your browser with the MarkUp chrome extension. 

MarkUp is the leading visual commenting platform for images, PDFs and live websites. It’s the perfect companion in your creative process to make your life easier.

MarkUp ALLOWS YOU TO
1. Turn any website or image into a collaboration workspace
2. Add comments anywhere on your website
3. Share with your team to collect and manage their feedback, all in one place

FREE TO USE
MarkUp is free to use for everyone. Yes, that’s right, it’s free! 

COMMENT ANYWHERE
Your whole website becomes a digital canvas ready to collect feedback. Easily navigate your website within MarkUp and add comments to any page. All of your comments are organized by page in your sidebar. Click any comment on your sidebar and MarkUp will bring you right to the page and pin location.

INCLUDE SCREENSHOTS WITH COMMENTS
The MarkUp Chrome Extension allows you to include automated screenshots with every comment you make, providing an audit trail and allowing your team to see exactly what you were looking at when you made a comment and provided feedback.

SEAMLESS SHARING
When you’re ready, copy the project invite link and share with clients, colleagues, teammates, or even your friends. When they receive their link, they can seamlessly access the project as a guest (no signup required) or create their own account, quickly reply to and resolve your comments, or create their own.

USER REVIEWS
Whether you’re a freelance web designer, an agency, or an enterprise company, MarkUp is for you. Here are just a handful of reviews from our users:

“The engagement across all of our teams and the willingness to provide feedback has increased because MarkUp is such an easy place to centralize everything.” -Nina Barone, Getty Images

"Once I saw MarkUp, I really saw it as an opportunity to accelerate our change management.” -Vivian Jang, Stream Realty Partners

“This is by far the simplest, most frictionless, easiest-to-get-going platform that I’ve ever worked in. -Leah Friedman, Guru

MORE THAN AN EXTENSION
Want to try MarkUp, but don’t want to download an extension?
No problem, you can use MarkUp without an extension at markup.io. 

COMING SOON
* Workspaces
* Folders
* Move Pins
* Integrations                    

Información Básica de la Extensión

Nombre MarkUp For Chrome MarkUp For Chrome
ID llbkdcpbiogplgmefnkbgcdfiopfphbc
URL Oficial https://chromewebstore.google.com/detail/markup-for-chrome/llbkdcpbiogplgmefnkbgcdfiopfphbc
Descripción Visual Feedback for Websites
Tamaño del Archivo 1.47 MB
Cantidad de Instalaciones 24,843
Versión Actual 1.4.3
Última Actualización 2024-01-12
Fecha de Publicación 2020-08-20
Calificación 4.78/5 Total de 32 Calificaciones
Desarrollador https://markup.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://markup.io/
URL de la Página de Ayuda https://support.markup.io/
URL de la Página de Política de Privacidad https://www.markup.io/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MarkUp For Chrome",
    "short_name": "MarkUp.io",
    "version": "1.4.3",
    "description": "Visual Feedback for Websites",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "alarms",
        "cookies",
        ""
    ],
    "icons": {
        "16": "assets\/logo-16.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/logo-16.png",
            "48": "assets\/logo-48.png",
            "128": "assets\/logo-128.png"
        },
        "default_title": "MarkUp",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.markup.io\/*"
            ],
            "js": [
                "markup-content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}