NetSuite: Search Export

Export your saved searches to Suitescript.

什么是NetSuite: Search Export?

NetSuite: Search Export是由David Smith开发的Chrome扩展程序,该扩展的主要功能是“Export your saved searches to Suitescript.”。

扩展截图

screenshot
screenshot

下载NetSuite: Search Export扩展crx文件

下载NetSuite: Search Export扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        For NetSuite developers who want to export saved searches for use in their code. Supports SS1.0 and SS2.X.

From the "Edit" mode of a Saved Search in NetSuite, click the "Export as SuiteScript".

Some search types are not supported.                    

扩展基本信息

名称 NetSuite: Search Export NetSuite: Search Export
ID gglbgdfbkaelbjpjkiepdmfaihdokglp
官方URL https://chromewebstore.google.com/detail/netsuite-search-export/gglbgdfbkaelbjpjkiepdmfaihdokglp
简介 Export your saved searches to Suitescript.
文件大小 124 KB
安装次数 10,000
当前版本 2.0
更新时间 2022-05-04
上架时间 2019-03-12
评分 4.94/5 共54次评分
开发者 David Smith
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "jquery-ui_dataimages.css"
            ],
            "js": [
                "jquery-1.11.2.min.js",
                "jquery-ui.min.js",
                "nssearch.js"
            ],
            "matches": [
                "https:\/\/*.netsuite.com\/app\/common\/search\/search.nl*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Export your saved searches to Suitescript.",
    "icons": {
        "128": "ns-saved-search-export.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh0JKrU9\/0nv9KCihaCumq77Ifry5jEONhZlN3d5GvFExv\/sB2Qd3h5rNvkuMjFCIuJZVLDvlilfpweSjEiHqqaC2C7xSxJE8pOcfx2QxH2613yEVGXTzpIihEYdNqbN0BR31dwS2Bj5gHX1lcQw0XH2puEvmPLnWmIvLzClS7ZiFLnzdgy75WbLqxr9GOXErdNZM25g7ZmKqi9ismrxkuX8JtJ9emtW3aWZh9XY7E1TpLIcgYkjqxCSq9wsTALpbjRu4fcgg\/cgCFkToqCdyJaeUZVc4tQd30PrIrA8GCiaR8Y0pUB2q2RiIMSZ0HhG0dhWpL8IGcGyoMRkEh9rBYwIDAQAB",
    "manifest_version": 2,
    "name": "NetSuite: Search Export",
    "permissions": [
        "storage",
        "https:\/\/*.netsuite.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0",
    "web_accessible_resources": [
        "NLUtil.jsp",
        "NLUtil.js",
        "NLAPI.jsp"
    ]
}