JuMP
JuMP Tools
Qu'est-ce que JuMP ?
JuMP est une extension Chrome développée par JuMP Team, et sa fonction principale est "JuMP Tools".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JuMP
Téléchargez les fichiers d'extension JuMP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | JuMP |
ID | ibkfpipnomcljdohclfpopmdcfehnkbf |
URL Officiel | https://chromewebstore.google.com/detail/jump/ibkfpipnomcljdohclfpopmdcfehnkbf |
Description | JuMP Tools |
Taille du Fichier | 20.01 KB |
Nombre d'Installations | 170 |
Version Actuelle | 1.021 |
Dernière Mise à Jour | 2018-03-28 |
Date de Publication | 2018-03-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | JuMP Team |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.iit3d.com/pop/JuMP-POP-v1.0.html |
Langues Prises en Charge | 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 } } |