Storeilo

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

Wat is Storeilo?

Storeilo is een Chrome-extensie ontwikkeld door https://storeino.com, en de belangrijkste functie is "Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Storeilo

Download Storeilo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Storeilo Storeilo
ID keomiglfgeofjgkjajjkfkabeiaopkcg
Officiële URL https://chromewebstore.google.com/detail/storeilo/keomiglfgeofjgkjajjkfkabeiaopkcg
Beschrijving Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store
Bestandsgrootte 635 KB
Aantal Installaties 906
Huidige Versie 1.0.14
Laatst Bijgewerkt 2023-11-17
Publicatiedatum 2021-09-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://storeino.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://storeilo.storeino.com
Help Pagina-URL https://www.storeino.com
URL van de Privacybeleid Pagina https://www.storeino.com/en/storeilo/privacy
Ondersteunde Talen 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'"
}