Storeilo

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

Storeiloとは何ですか?

Storeiloはhttps://storeino.comによって開発されたChromeの拡張機能で、その主な機能は「Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Storeilo拡張機能のCRXファイルをダウンロード

Storeilo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Storeilo Storeilo
ID keomiglfgeofjgkjajjkfkabeiaopkcg
公式URL https://chromewebstore.google.com/detail/storeilo/keomiglfgeofjgkjajjkfkabeiaopkcg
説明 Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store
ファイルサイズ 635 KB
インストール数 906
現在のバージョン 1.0.14
最終更新日 2023-11-17
公開日 2021-09-19
評価 5.00/5 合計 1 レビュー
開発者 https://storeino.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://storeilo.storeino.com
ヘルプページのURL https://www.storeino.com
プライバシーポリシーページのURL https://www.storeino.com/en/storeilo/privacy
対応言語 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'"
}