JuMP

JuMP Tools

JuMP là gì?

JuMP là một tiện ích mở rộng Chrome được phát triển bởi JuMP Team, và tính năng chính của nó là "JuMP Tools".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JuMP

Tải xuống các tệp mở rộng JuMP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JuMP JuMP
ID ibkfpipnomcljdohclfpopmdcfehnkbf
URL Chính Thức https://chromewebstore.google.com/detail/jump/ibkfpipnomcljdohclfpopmdcfehnkbf
Mô tả JuMP Tools
Kích Thước Tệp 20.01 KB
Số Lần Cài Đặt 170
Phiên Bản Hiện Tại 1.021
Cập Nhật Lần Cuối 2018-03-28
Ngày Phát Hành 2018-03-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển JuMP Team
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.iit3d.com/pop/JuMP-POP-v1.0.html
Ngôn Ngữ Được Hỗ Trợ 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
    }
}