MP[tools]

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

O que é MP[tools]?

MP[tools] é uma extensão do Chrome desenvolvida por https://mpembed.com, e sua principal característica é "A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MP[tools]

Baixe arquivos de extensão MP[tools] no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome MP[tools] MP[tools]
ID gjdmkginjcilfklhebkbjdjkhhjngbmd
URL Oficial https://chromewebstore.google.com/detail/mptools/gjdmkginjcilfklhebkbjdjkhhjngbmd
Descrição A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.
Tamanho do Arquivo 407 KB
Contagem de Instalações 375
Versão Atual 0.0.2.1
Última Atualização 2019-03-25
Data de Publicação 2019-03-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://mpembed.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mpembed.com/mptools/
URL da Página de Ajuda https://mpembed.com/contact/
Idiomas Suportados 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"
}