MP[tools]
A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.
Cos'è MP[tools]?
MP[tools] è un'estensione di Chrome sviluppata da https://mpembed.com, e la sua funzione principale è "A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MP[tools]
Scarica i file di estensione MP[tools] in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | gjdmkginjcilfklhebkbjdjkhhjngbmd |
| URL Ufficiale | https://chromewebstore.google.com/detail/mptools/gjdmkginjcilfklhebkbjdjkhhjngbmd |
| Descrizione | A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing. |
| Dimensione del File | 407 KB |
| Conteggio Installazioni | 375 |
| Versione Corrente | 0.0.2.1 |
| Ultimo Aggiornamento | 2019-03-25 |
| Data di Pubblicazione | 2019-03-23 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://mpembed.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://mpembed.com/mptools/ |
| URL della Pagina di Aiuto | https://mpembed.com/contact/ |
| Lingue Supportate | 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",
" | |