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ファイルをダウンロード

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
Eメール [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
        }
    ]
}