MP[tools]
A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.
什么是MP[tools]?
MP[tools]是由https://mpembed.com开发的Chrome扩展程序,该扩展的主要功能是“A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.”。
扩展截图
下载MP[tools]扩展crx文件
下载MP[tools]扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | MP[tools] |
ID | gjdmkginjcilfklhebkbjdjkhhjngbmd |
官方URL | https://chromewebstore.google.com/detail/mptools/gjdmkginjcilfklhebkbjdjkhhjngbmd |
简介 | A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing. |
文件大小 | 407 KB |
安装次数 | 375 |
当前版本 | 0.0.2.1 |
更新时间 | 2019-03-25 |
上架时间 | 2019-03-23 |
评分 | 5.00/5 共1次评分 |
开发者 | https://mpembed.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mpembed.com/mptools/ |
帮助页面URL | https://mpembed.com/contact/ |
支持的语言 | 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", " |