ApInvoice extension

ApInvoice extension

This extension will get invoices for AliExpress.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ApInvoice extension",
  "description": "This extension will get invoices for AliExpress.",
  "version": "0.5.0",
  "author": "Noam Alon",
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "GetInvoices"
  },
  "homepage_url": "https://www.topcreativeapps.com/extension/redirect.php",
  "icons": {
    "16": "images/icon_16x16.png",
    "24": "images/icon_24x24.png",
    "32": "images/icon_32x32.png",
    "48": "images/icon_48x48.png",
    "64": "images/icon_64x64.png",
    "128": "images/icon_128x128.png",
    "256": "images/icon_256x256.png",
    "512": "images/icon_512x512.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "http://topcreativeapps.com/",
    "http://www.topcreativeapps.com/",
    "https://topcreativeapps.com/",
    "https://www.topcreativeapps.com/",
    "https://*.aliexpress.com/"
  ]
}