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