Size Guarantee

Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.

Size Guaranteeคืออะไร?

Size Guarantee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SizeGaurantee และคุณลักษณะหลักของมันคือ "Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Size Guarantee ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Size guarantee is human intelligence based web product that serves users to select best fitted dress on e-commerce web sites for a user. We aim at eliminating the mind block based on size, in buying a loved clothing product online or when you are buying a clothing product online for your loved one.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Size Guarantee Size Guarantee
ID ipkonmpdolbkgdaboanmeggkpfohdace
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/size-guarantee/ipkonmpdolbkgdaboanmeggkpfohdace
คำอธิบาย Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.
ขนาดไฟล์ 35.8 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2020-12-07
วันที่เผยแพร่ 2020-07-05
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา SizeGaurantee
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.sizeguarantee.com/
URL หน้าช่วยเหลือ https://www.sizeguarantee.com/how-it-works/
URL หน้านโยบายความเป็นส่วนตัว https://www.sizeguarantee.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Size Guarantee",
    "version": "1.6",
    "description": "Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.myntra.com\/*",
                "https:\/\/www.target.com.au\/*",
                "https:\/\/en-ae.namshi.com\/*",
                "https:\/\/www.lifestylestores.com\/*",
                "https:\/\/www.kmart.com.au\/*",
                "https:\/\/www.bigw.com.au\/*",
                "https:\/\/www.catch.com.au\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "css": [
            "styles.css"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.jpg",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": []
}