Sook

Browse online. Buy from the store next door.

Sookคืออะไร?

Sook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shopyoursook.com และคุณลักษณะหลักของมันคือ "Browse online. Buy from the store next door."

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

screenshot

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

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

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

                        SOOK is a shopping assistant for Chrome, Firefox and Microsoft Edge that lets you easily browse & buy from amazing Local and Small Batch Brands. You can either:

1) Open SOOK in your browser bar and search by typing in what you are looking for, or search by  Category.

2) When you search for products on selected large retailer site Like Amazon.com - SOOK will notify you if it finds something similar from a Small Batch or Local Brand. 

SOOK currently has thousands of Small Batch and Local Brands, millions of products, and is adding more everyday. Enjoy!

IMPORTANT: Sook asks you to set up a profile so you can save products you like and return to them. We do not track or sell your data.                    

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

ชื่อ Sook Sook
ID hhpjbegfdghkiklhipkkhlnohakkined
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sook/hhpjbegfdghkiklhipkkhlnohakkined
คำอธิบาย Browse online. Buy from the store next door.
ขนาดไฟล์ 3.12 MB
จำนวนการติดตั้ง 5,203
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2023-02-01
วันที่เผยแพร่ 2020-08-19
คะแนน 3.84/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา https://shopyoursook.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.shopyoursook.com/
URL หน้าช่วยเหลือ https://www.shopyoursook.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/privacy/view/ccd819cb495d1927effd8f299c9a9429
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sook",
    "version": "2",
    "description": "Browse online. Buy from the store next door.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icons\/logo-16.png",
            "32": "assets\/icons\/logo-32.png",
            "48": "assets\/icons\/logo-48.png",
            "128": "assets\/icons\/logo-128.png"
        }
    },
    "background": {
        "page": "index.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.co.uk\/*"
            ],
            "js": [
                "assets\/js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.zara.com\/*"
            ],
            "js": [
                "assets\/js\/zaraParser.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.gap.com\/*"
            ],
            "js": [
                "assets\/js\/gapParser.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.asos.com\/*"
            ],
            "js": [
                "assets\/js\/asosParser.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.macys.com\/*"
            ],
            "js": [
                "assets\/js\/macysParser.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.uniqlo.com\/*"
            ],
            "js": [
                "assets\/js\/uniqloParser.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.nordstrom.com\/*"
            ],
            "js": [
                "assets\/js\/nordstromParser.js"
            ]
        },
        {
            "matches": [
                "https:\/\/welcome-dev.shopyoursook.com\/success",
                "https:\/\/welcome.shopyoursook.com\/success"
            ],
            "js": [
                "assets\/js\/sookWeb.js"
            ]
        }
    ],
    "permissions": [
        "geolocation",
        "storage"
    ],
    "icons": {
        "16": "assets\/icons\/logo-16.png",
        "32": "assets\/icons\/logo-32.png",
        "48": "assets\/icons\/logo-48.png",
        "128": "assets\/icons\/logo-128.png"
    }
}