Amazon to Google sheet Firefox

Examine source code of Amazon to Google sheet

By: Salman
Inspect and view changes in Amazon to Google sheet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Amazon to Google sheet",
  "version": "1.4",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "google-user-info@digitalops.org"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/person-48.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/person-32.png",
    "default_popup": "background/popup.html"
  },
  "permissions": [
    "identity",
    "storage",
    "tabs",
    "notifications",
    "*://www.googleapis.com/*",
    "*://accounts.google.com/*"
  ],
  "options_ui": {
    "page": "options/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Amazon to Google sheet Alternatives

Here are some Firefox add-ons that are similar to Amazon to Google sheet: