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",
"manifest_version": 3,
"name": "AliExpress Product Importer",
"version": "3.1.2.19",
"default_locale": "en",
"description": "Effortlessly track and analyze AliExpress products and Shopify stores to gain decisive insights.",
"author": "[email protected]",
"externally_connectable": {
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.com.au\/*",
"https:\/\/*.amazon.com.br\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.cn\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.in\/*",
"https:\/\/*.amazon.it\/*",
"https:\/\/*.amazon.com.mx\/*",
"https:\/\/*.amazon.nl\/*",
"https:\/\/*.amazon.sg\/*",
"https:\/\/*.amazon.es\/*",
"https:\/\/*.amazon.com.tr\/*",
"https:\/\/*.amazon.ae\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.se\/*",
"https:\/\/*.amazon.sa\/*",
"https:\/\/*.amazon.pl\/*",
"https:\/\/*.amazon.eg\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.amazon.com.be\/*",
"https:\/\/*.aliexpress.com\/*",
"https:\/\/*.aliexpress.us\/*",
"https:\/\/*.aliexpress.uk\/*",
"https:\/\/*.aliorders.io\/*",
"https:\/\/*.temu.com\/*",
"https:\/\/*.etsy.com\/*",
"https:\/\/*.fireapps.io\/*",
"https:\/\/*.zopi.io\/*"
]
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"assets\/js\/vendors.js",
"assets\/js\/content_script.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"assets\/js\/content_script_ao_old.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.com.au\/*",
"https:\/\/*.amazon.com.br\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.cn\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.in\/*",
"https:\/\/*.amazon.it\/*",
"https:\/\/*.amazon.com.mx\/*",
"https:\/\/*.amazon.nl\/*",
"https:\/\/*.amazon.sg\/*",
"https:\/\/*.amazon.es\/*",
"https:\/\/*.amazon.com.tr\/*",
"https:\/\/*.amazon.ae\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.se\/*",
"https:\/\/*.amazon.sa\/*",
"https:\/\/*.amazon.pl\/*",
"https:\/\/*.amazon.eg\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.amazon.com.be\/*",
"https:\/\/*.aliexpress.com\/*",
"https:\/\/*.aliexpress.us\/*",
"https:\/\/*.aliexpress.uk\/*",
"https:\/\/*.temu.com\/*",
"https:\/\/*.etsy.com\/*",
"https:\/\/*.fireapps.io\/*"
],
"css": [
"assets\/css\/content_script.css"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.aliexpress.com\/*"
],
"css": [
"assets\/css\/bootstrap.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.aliexpress.com\/*"
],
"js": [
"assets\/js\/bootstrap.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/*.aliexpress.com\/item\/*",
"https:\/\/*.aliexpress.com\/store\/product*"
],
"js": [
"assets\/js\/add_to_card_product.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "assets\/js\/background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"assets\/js\/custom_script.js",
"assets\/images\/*.png",
"assets\/svg\/*.svg"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage",
"scripting",
"cookies",
"webRequest",
"webNavigation",
"notifications"
],
"host_permissions": [
"<all_urls>"
]
}