MarkUp For Chrome

Visual Feedback for Websites

Что такое MarkUp For Chrome?

MarkUp For Chrome - это расширение Chrome, разработанное https://markup.io, и его основная функция - "Visual Feedback for Websites".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения MarkUp For Chrome

Скачайте файлы расширений MarkUp For Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название MarkUp For Chrome MarkUp For Chrome
ID llbkdcpbiogplgmefnkbgcdfiopfphbc
Официальный URL https://chromewebstore.google.com/detail/markup-for-chrome/llbkdcpbiogplgmefnkbgcdfiopfphbc
Описание Visual Feedback for Websites
Размер файла 1.47 MB
Количество установок 24,843
Текущая Версия 1.4.3
Последнее Обновление 2024-01-12
Дата публикации 2020-08-20
Рейтинг 4.78/5 Всего 32 оценок
Разработчик https://markup.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://markup.io/
URL страницы помощи https://support.markup.io/
URL страницы политики конфиденциальности https://www.markup.io/privacy-policy
Поддерживаемые языки 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
        }
    ]
}