NetSuite: Search Export
Export your saved searches to Suitescript.
NetSuite: Search Export란 무엇입니까?
NetSuite: Search Export은(는) David Smith에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export your saved searches to Suitescript."입니다.
확장 프로그램 스크린샷
NetSuite: Search Export 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |