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ファイルをダウンロード

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
Eメール [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"
}