Storeilo

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

What is Storeilo?

Storeilo is a Chrome extension developed by https://storeino.com, and its main feature is "Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Storeilo Extension CRX File

Download Storeilo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Storeilo Storeilo
ID keomiglfgeofjgkjajjkfkabeiaopkcg
Official URL https://chromewebstore.google.com/detail/storeilo/keomiglfgeofjgkjajjkfkabeiaopkcg
Description Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store
File Size 635 KB
Installation Count 906
Current Version 1.0.14
Last Updated 2023-11-17
Publish Date 2021-09-19
Rating 5.00/5 Total 1 Ratings
Developer https://storeino.com
Email [email protected]
Payment Type free
Extension Website https://storeilo.storeino.com
Help Page URL https://www.storeino.com
Privacy Policy Page URL https://www.storeino.com/en/storeilo/privacy
Supported Languages 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'"
}