JuMP

JuMP Tools

Was ist JuMP?

JuMP ist eine Chrome-Erweiterung, die von JuMP Team entwickelt wurde, und ihr Hauptmerkmal ist "JuMP Tools".

Erweiterungsscreenshots

screenshot

JuMP-Erweiterungs-CRX-Datei herunterladen

Laden Sie JuMP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name JuMP JuMP
ID ibkfpipnomcljdohclfpopmdcfehnkbf
Offizielle URL https://chromewebstore.google.com/detail/jump/ibkfpipnomcljdohclfpopmdcfehnkbf
Beschreibung JuMP Tools
Dateigröße 20.01 KB
Installationsanzahl 170
Aktuelle Version 1.021
Letztes Update 2018-03-28
Veröffentlichungsdatum 2018-03-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler JuMP Team
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.iit3d.com/pop/JuMP-POP-v1.0.html
Unterstützte Sprachen 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
    }
}