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. 擴展基本資訊
| 名稱 | |
| ID | gjdmkginjcilfklhebkbjdjkhhjngbmd |
| 官方網址 | 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",
" | |