MP[tools]
A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.
Wat is MP[tools]?
MP[tools] is een Chrome-extensie ontwikkeld door https://mpembed.com, en de belangrijkste functie is "A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.".
Extensie Screenshots
Download het CRX-bestand van de extensie MP[tools]
Download MP[tools]-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | gjdmkginjcilfklhebkbjdjkhhjngbmd | 
| Officiële URL | https://chromewebstore.google.com/detail/mptools/gjdmkginjcilfklhebkbjdjkhhjngbmd | 
| Beschrijving | A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing. | 
| Bestandsgrootte | 407 KB | 
| Aantal Installaties | 375 | 
| Huidige Versie | 0.0.2.1 | 
| Laatst Bijgewerkt | 2019-03-25 | 
| Publicatiedatum | 2019-03-23 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | https://mpembed.com | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://mpembed.com/mptools/ | 
| Help Pagina-URL | https://mpembed.com/contact/ | 
| Ondersteunde Talen | 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",
        "  |  |