AliExpress Invoice Creator & Waybill Download

AliExpress Invoice Creator & Waybill Download

Extract your order details to a printable PDF

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js",
      "js/libs/browser-polyfill.js"
    ]
  },
  "browser_action": {
    "default_popup": "js/popup/popup.html",
    "scripts": "js/popup/popup.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/libs/browser-polyfill.js",
        "js/libs/pdfkit.standalone.js",
        "js/content.js"
      ],
      "matches": [
        "*://trade.aliexpress.com/order_detail*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'",
  "default_locale": "ru",
  "description": "__MSG_subtitle__",
  "icons": {
    "16": "img/logo_16.png",
    "32": "img/logo_32.png",
    "48": "img/logo_48.png",
    "128": "img/logo_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_title__",
  "permissions": [
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "version": "0.0.5",
  "web_accessible_resources": [
    "img/aliexpress.png",
    "fonts/DroidSansFallback.ttf",
    "fonts/DroidSans-Bold.ttf"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}