NetScore-NetSuite Assist

NetScore-NetSuite Assist.

NetScore-NetSuite Assistとは何ですか?

NetScore-NetSuite AssistはNetScore Technologiesによって開発されたChromeの拡張機能で、その主な機能は「NetScore-NetSuite Assist.」です。

拡張機能のスクリーンショット

screenshot

NetScore-NetSuite Assist拡張機能のCRXファイルをダウンロード

NetScore-NetSuite Assist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}