Joomla Aliexpress Importer

It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.

Cos'è Joomla Aliexpress Importer?

Joomla Aliexpress Importer è un'estensione di Chrome sviluppata da Webkul Software, e la sua funzione principale è "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Joomla Aliexpress Importer

Scarica i file di estensione Joomla Aliexpress Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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".                    

Informazioni di Base sull'Estensione

Nome Joomla Aliexpress Importer Joomla Aliexpress Importer
ID modgbjgnpmibebjdbkcmkegloikcaoka
URL Ufficiale https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka
Descrizione It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
Dimensione del File 100 KB
Conteggio Installazioni 66
Versione Corrente 3.2
Ultimo Aggiornamento 2019-10-09
Data di Pubblicazione 2019-10-09
Sviluppatore Webkul Software
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://webkul.com/privacy-policy
Lingue Supportate 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
}