Storeilo

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

Was ist Storeilo?

Storeilo ist eine Chrome-Erweiterung, die von https://storeino.com entwickelt wurde, und ihr Hauptmerkmal ist "Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Storeilo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Storeilo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Storeilo Storeilo
ID keomiglfgeofjgkjajjkfkabeiaopkcg
Offizielle URL https://chromewebstore.google.com/detail/storeilo/keomiglfgeofjgkjajjkfkabeiaopkcg
Beschreibung Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store
Dateigröße 635 KB
Installationsanzahl 906
Aktuelle Version 1.0.14
Letztes Update 2023-11-17
Veröffentlichungsdatum 2021-09-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://storeino.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://storeilo.storeino.com
Hilfeseite URL https://www.storeino.com
URL der Datenschutzrichtlinien-Seite https://www.storeino.com/en/storeilo/privacy
Unterstützte Sprachen 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'"
}