MP[tools]

A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.

Qu'est-ce que MP[tools] ?

MP[tools] est une extension Chrome développée par https://mpembed.com, et sa fonction principale est "A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MP[tools]

Téléchargez les fichiers d'extension MP[tools] au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        MP[tools] will allow you to force loading one set of Mattertags onto another Matterport space.  This will allow you to open a new space with Matterport 'Edit Mode' or Workshop, populate tags from an older version of a tour and then save the tags - saving you hours of time in manually recreating them.                    

Informations de Base sur l'Extension

Nom MP[tools] MP[tools]
ID gjdmkginjcilfklhebkbjdjkhhjngbmd
URL Officiel https://chromewebstore.google.com/detail/mptools/gjdmkginjcilfklhebkbjdjkhhjngbmd
Description A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.
Taille du Fichier 407 KB
Nombre d'Installations 375
Version Actuelle 0.0.2.1
Dernière Mise à Jour 2019-03-25
Date de Publication 2019-03-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://mpembed.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mpembed.com/mptools/
URL de la Page d'Aide https://mpembed.com/contact/
Langues Prises en Charge en
manifest.json
{
    "background": {
        "page": "src\/background\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon32.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/inject\/scriptInjector.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.",
    "devtools_page": "src\/ui\/devtools.html",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "43",
    "name": "MP[tools]",
    "options_page": "src\/ui\/devtoolstab.html",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "https:\/\/my.materport.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2.1"
}