Storeilo

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

Storeiloคืออะไร?

Storeilo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://storeino.com และคุณลักษณะหลักของมันคือ "Import products from AliExpress, Shopify, Jumia and Youcan to your Storenio store"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Storeilo

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}