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