MP[tools]
A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.
What is MP[tools]?
MP[tools] is a Chrome extension developed by https://mpembed.com, and its main feature is "A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.".
Extension Screenshots
Download MP[tools] Extension CRX File
Download MP[tools] extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | gjdmkginjcilfklhebkbjdjkhhjngbmd |
| Official URL | 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. |
| File Size | 407 KB |
| Installation Count | 375 |
| Current Version | 0.0.2.1 |
| Last Updated | 2019-03-25 |
| Publish Date | 2019-03-23 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | https://mpembed.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://mpembed.com/mptools/ |
| Help Page URL | https://mpembed.com/contact/ |
| Supported Languages | 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",
" | |