Storeilo

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

Apa itu Storeilo?

Storeilo adalah ekstensi Chrome yang dikembangkan oleh https://storeino.com, dan fitur utamanya adalah "Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Storeilo

Unduh file ekstensi Storeilo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Storeilo Storeilo
ID keomiglfgeofjgkjajjkfkabeiaopkcg
URL Resmi https://chromewebstore.google.com/detail/storeilo/keomiglfgeofjgkjajjkfkabeiaopkcg
Deskripsi Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store
Ukuran File 635 KB
Jumlah Instalasi 906
Versi Saat Ini 1.0.14
Terakhir Diperbarui 2023-11-17
Tanggal Publikasi 2021-09-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://storeino.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://storeilo.storeino.com
URL Halaman Bantuan https://www.storeino.com
URL Halaman Kebijakan Privasi https://www.storeino.com/en/storeilo/privacy
Bahasa yang Didukung 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'"
}