Pricefox Dropshipping Tool Software

Pricefox Dropshipping Tool Software

Ebay Dropshipping Stock Monitor Repricer Lister Tool Pricefox supports more than 150 suppliers for Listing and Repricing on ebay Download the Pricefox Dropshipping Firefox Addon extension and list directly from your supplier with just one click!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pricefox Dropshipping Tools Software",
  "description": "Ebay Dropshipping Stock Monitor Repricer Lister Tools Software",
  "version": "1.0.1",
  "manifest_version": 2,
  "short_name": "Ebay Dropshipping Tool",
  "browser_action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_title": "Pricefox Dropshipping Tools Software"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.2.1.min.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "19": "img/19-19-icon.png",
    "38": "img/38-38-icon.png",
    "256": "img/256-256-icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "*://*/*"
  ]
}