NetSuite: HTML Script Notes Firefox

Examine source code of NetSuite: HTML Script Notes

作者: dcrsmith
Inspect and view changes in NetSuite: HTML Script Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "script_supported_records.js",
        "jquery-3.5.1.slim.min.js",
        "htmlscriptnotes.js"
      ],
      "matches": [
        "https://*.netsuite.com/app/common/scripting/script*",
        "https://*.netsuite.com/app/common/search/searchresults*",
        "https://*.netsuite.com/app/common/scripting/webapp.nl*",
        "https://*.netsuite.com/app/common/scripting/plugin.nl*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Add HTML elements and styles to your script notes. View Pretty Print JSON objects. Links to records.",
  "icons": {
    "128": "ns-html-script-notes.png"
  },
  "manifest_version": 2,
  "name": "NetSuite: HTML Script Notes",
  "permissions": [
    "activeTab",
    "storage",
    "https://*.netsuite.com/*"
  ],
  "version": "1.73",
  "web_accessible_resources": [
    "NLUtil.jsp",
    "NLUtil.js",
    "NLAPI.jsp"
  ]
}

最佳 NetSuite: HTML Script Notes 替代方案

这里是一些与NetSuite: HTML Script Notes类似的Firefox add-on: