NetSuite: Dataset/Workbook Export

NetSuite: Dataset/Workbook Export

Export your saved datasets and workbooks to SuiteQL. Workbooks MUST have a table.

Merlin
Additional files are visible only to premium users

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",
        "nsworkbook.js"
      ],
      "matches": [
        "https://*.netsuite.com/app/common/report/report.nl*",
        "https://*.netsuite.com/app/common/report/dataset.nl*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Export your saved datasets and workbooks to SuiteQL. Workbooks MUST have a table.",
  "icons": {
    "128": "ns-saved-search-export.png"
  },
  "manifest_version": 2,
  "name": "NetSuite: Dataset/Workbook Export",
  "permissions": [
    "storage",
    "https://*.netsuite.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.5",
  "web_accessible_resources": [
    "NLUtil.js",
    "NLAPI.jsp",
    "NsRequire.js",
    "es6-promise-2.0.1.js",
    "N.js",
    "format.js",
    "event.js",
    "bootstrap_shared.js",
    "bootstrap.js",
    "FocusManager.js"
  ]
}