JuMP
JuMP Tools
O que é JuMP?
JuMP é uma extensão do Chrome desenvolvida por JuMP Team, e sua principal característica é "JuMP Tools".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JuMP
Baixe arquivos de extensão JuMP 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
With JuMP tools extention for Chrome you will get below functions: 1. You can get Sq.Ft. (Sq.M.) measurement of your showcase with one click on the JuMP Tools icon on your Chrome tools bar. (Note: Support public showcase only.) 2. You can access new functions from JuMP team in the future. Thank you for selecting JuMP team to be your partner. JuMP team from Beijing China
Informações Básicas da Extensão
Nome | JuMP |
ID | ibkfpipnomcljdohclfpopmdcfehnkbf |
URL Oficial | https://chromewebstore.google.com/detail/jump/ibkfpipnomcljdohclfpopmdcfehnkbf |
Descrição | JuMP Tools |
Tamanho do Arquivo | 20.01 KB |
Contagem de Instalações | 170 |
Versão Atual | 1.021 |
Última Atualização | 2018-03-28 |
Data de Publicação | 2018-03-28 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | JuMP Team |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.iit3d.com/pop/JuMP-POP-v1.0.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JuMP", "description": "JuMP Tools", "version": "1.021", "page_action": { "default_icon": "jumponly128.png", "default_title": "JuMP Tools", "default_popup": "popup.html" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "declarativeContent", "*:\/\/*.matterport.com\/", "*:\/\/*.matterportvr.cn\/", "*:\/\/*.iit3d.com\/" ], "content_scripts": [ { "js": [ "test.js" ], "matches": [ "https:\/\/my.matterportvr.cn\/showcase-beta?m=*" ], "run_at": "document_end", "all_frames": true }, { "js": [ "testuv.js" ], "matches": [ "http:\/\/localhost:3000\/uvshowbeta.html" ], "run_at": "document_end", "all_frames": true } ], "homepage_url": "http:\/\/www.iit3d.com\/pop\/JuMP-POP-v1.0.html", "background": { "scripts": [ "background.js" ], "persistent": true } } |