Aliexpress To Shopify
Download images from Aliexpress and sync product from Aliexpress to Shopify
What is Aliexpress To Shopify?
Aliexpress To Shopify is a Chrome extension developed by linhnn.developer, and its main feature is "Download images from Aliexpress and sync product from Aliexpress to Shopify".
Extension Screenshots
Download Aliexpress To Shopify Extension CRX File
Download Aliexpress To Shopify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension support user sync every products from Aliexpress.com to Shopify User can add product with only one click. User can import and manage the products on the website: https://malitool.com/product-manager/ If have any error, please contact me: [email protected]
Extension Basic Information
Name | Aliexpress To Shopify |
ID | mibkbjgdjgngmjkkbncjognpdggckmik |
Official URL | https://chromewebstore.google.com/detail/aliexpress-to-shopify/mibkbjgdjgngmjkkbncjognpdggckmik |
Description | Download images from Aliexpress and sync product from Aliexpress to Shopify |
File Size | 343 KB |
Installation Count | 25 |
Current Version | 1.2 |
Last Updated | 2022-11-21 |
Publish Date | 2022-08-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | linhnn.developer |
[email protected] | |
Payment Type | free |
Extension Website | https://malitool.com/ |
Help Page URL | https://malitool.com/ |
Privacy Policy Page URL | http://malitool.com/amazon-image-downloader-policy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aliexpress To Shopify", "description": "Download images from Aliexpress and sync product from Aliexpress to Shopify", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "download", "https:\/\/*\/*", "http:\/\/localhost:8081\/", "https:\/\/malitool.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "\/lib\/jquery.js", "content-script.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" }, "options_page": "options.html", "host_permissions": [ "https:\/\/malitool.com\/", "http:\/\/localhost:8081\/" ] } |