JDE Data Selection Import Tool

JDE Data Selection Import Tool

With this extension you can easily import list of values in data selection instead of having to enter them manually one at a time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "scripts/script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "With this extension you can easily import list of values in data selection instead of having to enter them manually one at a time.",
  "icons": {
    "16": "icon-s.png",
    "48": "icon-m.png",
    "128": "icon-l.png"
  },
  "manifest_version": 2,
  "name": "JDE Data Selection Import Tool",
  "permissions": [
    "contextMenus",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3"
}