A.I. Data Sidekick Firefox

Examine source code of A.I. Data Sidekick

By: AirOps Add-on
Inspect and view changes in A.I. Data Sidekick source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.2.0",
  "manifest_version": 2,
  "name": "A.I. Data Sidekick",
  "description": "Magical A.I that helps you work with SQL 10x faster. ",
  "applications": {
    "gecko": {
      "id": "@data-pilot-airops"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "https://*.airops.com/*",
    "http://localhost/*"
  ],
  "icons": {
    "48": "icons/icon_48.png",
    "96": "icons/icon_96.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "Data Pilot | AirOps",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.airops.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ]
}

Best A.I. Data Sidekick Alternatives

Here are some Firefox add-ons that are similar to A.I. Data Sidekick: