StreetPricer

StreetPricer

Amazon, eBay, and eCommerce Platform Repricer Tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "StreetPricer",
  "short_name": "SP Extensions",
  "homepage_url": "https://streetpricer.com",
  "description": "Amazon, eBay, and eCommerce Platform Repricer Tool",
  "version": "2.56",
  "permissions": [
    "background"
  ],
  "icons": {
    "16": "img/sp_16.png",
    "32": "img/sp_32.png",
    "48": "img/sp_48.png",
    "128": "img/sp_128.png"
  },
  "background": {
    "scripts": [
      "js/jquery-2.2.4.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "pages/popup.html",
    "default_icon": "img/sp_48_off.png"
  },
  "web_accessible_resources": [
    "js/*.js.map",
    "img/*"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "all_frames": false,
      "matches": [
        "*://*.neto.com.au/*",
        "*://*/_cpanel/products*",
        "*://*/_cpanel/sales-orders",
        "*://*/_cpanel/order"
      ],
      "exclude_matches": [
        "*://*/*.xml"
      ],
      "js": [
        "js/jquery-2.2.4.min.js",
        "js/neto.js"
      ]
    },
    {
      "run_at": "document_end",
      "all_frames": false,
      "matches": [
        "*://*.streetpricer.com/webApp/*"
      ],
      "exclude_matches": [
        "*://*/*.xml"
      ],
      "js": [
        "js/jquery-2.2.4.min.js",
        "js/sp-ext.js"
      ]
    },
    {
      "run_at": "document_end",
      "all_frames": false,
      "matches": [
        "*://*.ebay.com/*",
        "*://*.ebay.com.au/*",
        "*://*.ebay.co.uk/*"
      ],
      "js": [
        "js/jquery-2.2.4.min.js",
        "js/ebay.js",
        "js/highcharts-8.2.2.js",
        "js/highcharts-axis-arrow-1.7.8.js"
      ]
    },
    {
      "run_at": "document_end",
      "all_frames": false,
      "matches": [
        "*://*.shipstation.com/*"
      ],
      "js": [
        "js/jquery-2.2.4.min.js",
        "js/shipstation.js",
        "js/highcharts-8.2.2.js",
        "js/highcharts-axis-arrow-1.7.8.js"
      ]
    },
    {
      "run_at": "document_end",
      "all_frames": false,
      "matches": [
        "*://*.webinterpret.com/*"
      ],
      "js": [
        "js/jquery-2.2.4.min.js",
        "js/webinterpret.js",
        "js/highcharts-8.2.2.js",
        "js/highcharts-axis-arrow-1.7.8.js"
      ]
    },
    {
      "run_at": "document_end",
      "all_frames": false,
      "matches": [
        "*://*.suredone.com/*"
      ],
      "js": [
        "js/jquery-2.2.4.min.js",
        "js/suredone.js",
        "js/highcharts-8.2.2.js",
        "js/highcharts-axis-arrow-1.7.8.js",
        "js/common.js"
      ]
    },
    {
      "run_at": "document_end",
      "all_frames": false,
      "matches": [
        "*://*.storeautomator.com/*"
      ],
      "js": [
        "js/jquery-2.2.4.min.js",
        "js/storeautomator.js",
        "js/common.js",
        "js/highcharts-8.2.2.js",
        "js/highcharts-axis-arrow-1.7.8.js"
      ]
    },
    {
      "run_at": "document_end",
      "all_frames": false,
      "matches": [
        "*://*.listingmirror.com/*"
      ],
      "js": [
        "js/jquery-2.2.4.min.js",
        "js/listingmirror.js",
        "js/common.js",
        "js/highcharts-8.2.2.js",
        "js/highcharts-axis-arrow-1.7.8.js"
      ]
    }
  ]
}