Excel to SQL Query Generator Firefox

Examine source code of Excel to SQL Query Generator

Inspect and view changes in Excel to SQL Query Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Excel to SQL Generator",
  "version": "1.1",
  "author": "onyxwizard",
  "description": "Generate SQL CREATE TABLE and INSERT statements from Excel files. Opens in a new tab.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_title": "Excel to SQL",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "excel-to-sql@onyxwizard.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Excel to SQL Query Generator Alternatives

Here are some Firefox add-ons that are similar to Excel to SQL Query Generator: