Markup Tool

The free Markup Tool lets you quickly send changes, requests and edits to your team by recording your screen with a voice note.

Τι είναι το Markup Tool;

Το Markup Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BluEnt, και η κύρια λειτουργία του είναι "The free Markup Tool lets you quickly send changes, requests and edits to your team by recording your screen with a voice note.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Markup Tool

Λήψη αρχείων επέκτασης Markup Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Download your recordings or upload and share large recordings on Google Drive with just a click. It is useful for web app design, interior, architecture, millwork, 3D, and CAD project team collaboration.

Logging into the app is optional; you do not need to create an account or share your email ID.

If you need to integrate the Markup Tool with other project management apps to sort or push markups by project code, send us an email at [email protected] and we will respond shortly!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Markup Tool Markup Tool
ID ifkkehocbkhebfmcdeicjhhhmeibhmbj
Επίσημο URL https://chromewebstore.google.com/detail/markup-tool/ifkkehocbkhebfmcdeicjhhhmeibhmbj
Περιγραφή The free Markup Tool lets you quickly send changes, requests and edits to your team by recording your screen with a voice note.
Μέγεθος Αρχείου 1.61 MB
Αριθμός Εγκαταστάσεων 332
Τρέχουσα Έκδοση 1.1.02
Τελευταία Ενημέρωση 2022-11-03
Ημερομηνία Δημοσίευσης 2020-06-08
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής BluEnt
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.bluent.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "commands": {
        "pause-or-resume-recording": {
            "description": "Pause\/Resume recording",
            "global": true,
            "suggested_key": {
                "default": "Alt+P"
            }
        },
        "stop-recording": {
            "description": "Stop recording",
            "global": true,
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "stylesheets\/selected.css"
            ],
            "exclude_globs": [
                "http:\/\/www.bluent.com\/markup\/about-us.aspx"
            ],
            "js": [
                "javascripts\/libs\/jquery-2.1.3.min.js",
                "javascripts\/content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "oauth2": {
        "client_id": "883865888238-1g6ki2j8ejr374k0qhne6o2cq99obdh8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive",
            "openid",
            "email",
            "profile"
        ]
    },
    "manifest_version": 2,
    "minimum_chrome_version": "37.0",
    "name": "__MSG_extName__",
    "optional_permissions": [
        "downloads"
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "",
        "unlimitedStorage",
        "desktopCapture",
        "tabCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.02",
    "web_accessible_resources": [
        "images\/success.gif",
        "images\/clear.png",
        "images\/icon19.png",
        "chrome-extension:\/\/dlelhddbbhepgpmgidjdcjakblofbmc\/#"
    ]
}