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."입니다.

확장 프로그램 스크린샷

screenshot

MP[tools] 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}