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