PriceAli - AliExpress Shopping Assistant

PriceAli - AliExpress Shopping Assistant

Price monitoring on AliExpress, image scan, price drop email updates, package tracking, and images of shipped goods with feedback.

Additional files are visible only to premium users

manifest.json


{
  "author": "poqdev",
  "background": {
    "persistent": true,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png",
      "64": "images/icon64.png",
      "128": "images/icon128.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "__MSG_TOOLTIP__"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-3.1.1.min.js",
        "js/aliexpressContentScript.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "homepage_url": "https://poqdev.com",
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_EXTENSION_NAME__",
  "options_page": "html/options.html",
  "permissions": [
    "storage",
    "activeTab",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "short_name": "__MSG_EXTENSION_NAME__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2",
  "version_name": "1.0.4"
}