MP[tools]

A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.

MP[tools]คืออะไร?

MP[tools] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mpembed.com และคุณลักษณะหลักของมันคือ "A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MP[tools]

ดาวน์โหลดไฟล์ส่วนขยาย 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] 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",
        "",
        "https:\/\/my.materport.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2.1"
}