Storeilo

Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store

Cos'è Storeilo?

Storeilo è un'estensione di Chrome sviluppata da https://storeino.com, e la sua funzione principale è "Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Storeilo

Scarica i file di estensione Storeilo 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

                        Import and sync products from various shopping sites  to your Storeino store with one click.                    

Informazioni di Base sull'Estensione

Nome Storeilo Storeilo
ID keomiglfgeofjgkjajjkfkabeiaopkcg
URL Ufficiale https://chromewebstore.google.com/detail/storeilo/keomiglfgeofjgkjajjkfkabeiaopkcg
Descrizione Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store
Dimensione del File 635 KB
Conteggio Installazioni 906
Versione Corrente 1.0.14
Ultimo Aggiornamento 2023-11-17
Data di Pubblicazione 2021-09-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://storeino.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://storeilo.storeino.com
URL della Pagina di Aiuto https://www.storeino.com
URL della Pagina della Politica sulla Privacy https://www.storeino.com/en/storeilo/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Storeilo",
    "version": "1.0.14",
    "homepage_url": "https:\/\/storeilo.storeino.com",
    "description": "Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store ",
    "default_locale": "en",
    "permissions": [
        "",
        "*:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-script.b3866b1f.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Storeilo",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}