AspenUtil - SQL 'IN' converter & more

AspenUtil - SQL 'IN' converter & more

Simple converter for Aspen power users, and anyone else doing SQL 'IN' queries.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/icon_19.png",
      "32": "assets/icon_32.png"
    },
    "default_popup": "index.html",
    "default_title": "AspenUtil - SQL 'IN' converter & more"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgXmH1M0D6B6wgt3EHiZ4kCubQ7iyX5QBd+Lc+Ex9IY6AklmV6fvcHdSRudDbuNbJuOAt7E0B47t4wrPiiCZghspyyVO7VJh9I0a+OwIbiybcWLyb4PEDZnmejrh4EraimFDts0COKPEcpO5o9wztoMH15t7KC/vJmsAexvV6mRI4C6v7vujQl3QbKnOS1w70GRsaMPw/9wiKLl9BHI8YZ/XI8sYdk6sx2xtBxjtuDylZp+KlOEOXAW7kMV5/pcw7ALZ1koFUAsz7sTnDFN9t4K2vZqEiwpFTLBalZQTBhdIQDis36BLeR7NGFYW7B71NBNtvbX/BQ/R9/NOS6hxkPQIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "name": "AspenUtil - SQL 'IN' converter & more",
  "short_name": "Converter for SQL",
  "description": "Simple converter for Aspen power users, and anyone else doing SQL 'IN' queries.",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.9"
}