Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ali Invoice FREE", "version": "0.1.3.3", "manifest_version": 3, "description": "Converts AliExpress order details into an invoice ready to print", "author": "Ivan Matic", "background": { "service_worker": ".\/js\/background.js" }, "icons": { "16": ".\/img\/icon16.png", "32": ".\/img\/icon32.png", "48": ".\/img\/icon48.png", "64": ".\/img\/icon64.png", "128": ".\/img\/icon128.png" }, "action": { "default_title": "Ali Invoice FREE", "default_icon": ".\/img\/icon128.png", "default_popup": ".\/html\/popup.html", "scripts": [ ".\/lib\/jquery.min.js", ".\/js\/popup.js" ] }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "js": [ ".\/lib\/accounting.min.js", ".\/lib\/jquery.min.js", ".\/js\/aliexpress.js", ".\/js\/components\/modal.js", ".\/js\/components\/interface.js", ".\/js\/components\/utilities.js", ".\/js\/components\/ordersPage.js", ".\/js\/components\/orderDetails.js", ".\/js\/components\/orderLogistics.js" ], "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.aliexpress.us\/*" ], "css": [ ".\/css\/custom.css" ] } ], "web_accessible_resources": [ { "resources": [ "\/*.png", "\/img\/*.png", "\/*.gif", "\/img\/*.gif", "\/options.html" ], "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.aliexpress.us\/*" ] } ], "permissions": [ "declarativeNetRequestWithHostAccess", "storage" ], "host_permissions": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.aliexpress.us\/*", "*:\/\/*.dropshipping.store\/*", "*:\/\/*.aliinvoice.com\/*" ] }