Joomla Aliexpress Importer
It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
Vad är Joomla Aliexpress Importer?
Joomla Aliexpress Importer är en Chrome-tillägg utvecklad av Webkul Software, och dess huvudfunktion är "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.".
Tilläggsskärmbilder
Ladda ner Joomla Aliexpress Importer-förlängningens CRX-fil
Ladda ner Joomla Aliexpress Importer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This is used to import the products from AliExpress directly to your Joomla VirtueMart store and start selling those products at your own store with the help of "Joomla VirtueMart AliExpress Dropshipping".
Grundläggande Information om Tillägg
Namn | |
ID | modgbjgnpmibebjdbkcmkegloikcaoka |
Officiell webbadress | https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka |
Beskrivning | It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer. |
Filstorlek | 100 KB |
Antal Installationer | 66 |
Aktuell Version | 3.2 |
Senast Uppdaterad | 2019-10-09 |
Publiceringsdatum | 2019-10-09 |
Utvecklare | Webkul Software |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://webkul.com/privacy-policy |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Joomla Aliexpress Importer", "description": "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.", "version": "3.2", "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/js\/jquery.js", "resources\/js\/content.js" ], "css": [ "resources\/style\/joomla_import.css" ] } ], "permissions": [ "activeTab", "tabs" ], "icons": { "128": "resources\/image\/import-icon.png" }, "browser_action": { "default_title": "Run only when aliexpress site open", "default_icon": "resources\/image\/import-icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "resources\/image\/*.png", "resources\/js\/wk_joomlaimporter.js", "resources\/js\/jquery.js", "resources\/style\/joomla_import.css" ], "manifest_version": 2 } |