NetScore-NetSuite Assist

NetScore-NetSuite Assist.

What is NetScore-NetSuite Assist?

NetScore-NetSuite Assist is a Chrome extension developed by NetScore Technologies, and its main feature is "NetScore-NetSuite Assist.".

Extension Screenshots

screenshot

Download NetScore-NetSuite Assist Extension CRX File

Download NetScore-NetSuite Assist 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

                        NetScore-NetSuite Assist  is designed for quick access of Help and Suport which helps you save some time.

 Type your Query in Text field:
 
    Click on Help, to open NetSuite Help and search your Query.

    Click on Support, to open NetSuite Support and search your Query.

    Click on Help & Support,  to open your Query in NetSuite Help and NetSuite Support.                    

Extension Basic Information

Name NetScore-NetSuite Assist NetScore-NetSuite Assist
ID jnicnhbmogcgclfddmbempmfhcobkocb
Official URL https://chromewebstore.google.com/detail/netscore-netsuite-assist/jnicnhbmogcgclfddmbempmfhcobkocb
Description NetScore-NetSuite Assist.
File Size 37.05 KB
Installation Count 46
Current Version 1.4
Last Updated 2017-12-29
Publish Date 2017-12-28
Rating 1.00/5 Total 1 Ratings
Developer NetScore Technologies
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetScore-NetSuite Assist",
    "description": "NetScore-NetSuite Assist.",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "NetscoreAssists.png",
        "default_title": "NetScore-NetSuite Assist",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}