Aliexpress To Shopify
Download images from Aliexpress and sync product from Aliexpress to Shopify
Hvad er Aliexpress To Shopify?
Aliexpress To Shopify er en Chrome-udvidelse udviklet af linhnn.developer, og dens hovedfunktion er "Download images from Aliexpress and sync product from Aliexpress to Shopify".
Udvidelsesskærmbilleder
Download Aliexpress To Shopify-udvidelses-CRX-fil
Download Aliexpress To Shopify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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]
Grundlæggende oplysninger om udvidelsen
Navn | Aliexpress To Shopify |
ID | mibkbjgdjgngmjkkbncjognpdggckmik |
Officiel URL | https://chromewebstore.google.com/detail/aliexpress-to-shopify/mibkbjgdjgngmjkkbncjognpdggckmik |
Beskrivelse | Download images from Aliexpress and sync product from Aliexpress to Shopify |
Filstørrelse | 343 KB |
Antal Installationer | 25 |
Nuværende Version | 1.2 |
Senest Opdateret | 2022-11-21 |
Udgivelsesdato | 2022-08-23 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | linhnn.developer |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://malitool.com/ |
Hjælpeside-URL | https://malitool.com/ |
URL til Fortrolighedspolitik Side | http://malitool.com/amazon-image-downloader-policy.html |
Understøttede Sprog | 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\/" ] } |