NetSuite NSBS Accelerator

Accelerate your access to NetSuite.

What is NetSuite NSBS Accelerator?

NetSuite NSBS Accelerator is a Chrome extension developed by Mars Zhou, and its main feature is "Accelerate your access to NetSuite.".

Extension Screenshots

screenshot

Download NetSuite NSBS Accelerator Extension CRX File

Download NetSuite NSBS Accelerator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Accelerate your access to NetSuite.
现在是第四轮公测阶段,任何问题请直接回复邮件[email protected] 或微信18650801765进行沟通,尽量不要在公共场合讨论,谢谢。最新版本为V3.3.015。



1、静态文件做了缓存,且是全局共享缓存;
2、每个用户现在使用独立的带宽;
3、所有路线都进行了加密,防止路线口令泄漏造成带宽流失;
4、全局做了限制,只对NetSuite的线路进行加速,其他请求一律忽略;
5、目前验证每小时会进行一次,如果出现提示输入口令,点击小红枪一次即可自动完成授权;                    

Extension Basic Information

Name NetSuite NSBS Accelerator NetSuite NSBS Accelerator
ID moafeefjgcplaaddhghjaljmkoakkjie
Official URL https://chromewebstore.google.com/detail/netsuite-nsbs-accelerator/moafeefjgcplaaddhghjaljmkoakkjie
Description Accelerate your access to NetSuite.
File Size 79.61 KB
Installation Count 27
Current Version 3.3.017
Last Updated 2019-12-18
Publish Date 2019-12-17
Rating 5.00/5 Total 2 Ratings
Developer Mars Zhou
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NetSuite NSBS Accelerator",
    "description": "Accelerate your access to NetSuite.",
    "version": "3.3.017",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "24": "images\/icon-24.png",
        "30": "images\/icon-30.png",
        "36": "images\/icon-36.png",
        "60": "images\/icon-60.png",
        "150": "images\/icon-150.png"
    },
    "page_action": {
        "default_icon": "images\/icon-150.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sellercentral.amazon.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "proxy",
        "unlimitedStorage",
        "storage",
        "declarativeContent",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.amazon.com\/",
        "https:\/\/service-lqj6i05o-1254042598.gz.apigw.tencentcs.com\/",
        "https:\/\/*.netsuite.com\/"
    ]
}