MarkUp For Chrome

Visual Feedback for Websites

MarkUp For Chrome란 무엇입니까?

MarkUp For Chrome은(는) https://markup.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visual Feedback for Websites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MarkUp For Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}