NetScore-NetSuite Assist

NetScore-NetSuite Assist.

NetScore-NetSuite Assist란 무엇입니까?

NetScore-NetSuite Assist은(는) NetScore Technologies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NetScore-NetSuite Assist."입니다.

확장 프로그램 스크린샷

screenshot

NetScore-NetSuite Assist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 NetScore-NetSuite Assist NetScore-NetSuite Assist
ID jnicnhbmogcgclfddmbempmfhcobkocb
공식 URL https://chromewebstore.google.com/detail/netscore-netsuite-assist/jnicnhbmogcgclfddmbempmfhcobkocb
설명 NetScore-NetSuite Assist.
파일 크기 37.05 KB
설치 횟수 46
현재 버전 1.4
최근 업데이트 2017-12-29
출시 날짜 2017-12-28
평점 1.00/5 총 1 개의 평점
개발자 NetScore Technologies
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}