Chestr - Universal Shopping Wishlist

Save items and track discounts from any online store.

Chestr - Universal Shopping Wishlistคืออะไร?

Chestr - Universal Shopping Wishlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chestr.com และคุณลักษณะหลักของมันคือ "Save items and track discounts from any online store."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chestr - Universal Shopping Wishlist

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

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

                        No more screenshots, bookmarks, or copy-pasting links — start your Chestr shopping wishlist now.

Chestr shopping wishlist lets you save products and monitor discounts from any store online. Our early users have saved 25,000+ items from 5000+ different stores, including Amazon, Revolve, Depop, Sephora and more!

Some key features:
📱 Dedicated iPhone app, for your mobile shopping wishlist 
💸 Get instant discount notifications
📊 Price tracking charts 
🗂️ Create folders and subfolder to organize your Chest
🔐 Different privacy settings 
⚡️ Save items in seconds by clicking the extension
👯‍♂️ Share shopping wishlists with friends, family, or followers 

Chestr is an alternative shopping wishlist to people who use Amazon wishlists, copy paste links, or have their shopping wishlists scattered among 100s of different online shopping carts. 

Top three reasons users ❤️ our shopping wishlist:
1) Speed: single click on Chrome, and two-taps on iPhone
2) Simplicity: clean UX/UI, no bells and whistles 
3) Discounts notifications! 

Install Chestr and start your online shopping wishlist now. 

💌 CONTACT US

Most of our features have come from direct feedback from users. If you have any ideas or feedback on how we can improve your shopping wishlist experience, please reach out directly to me at [email protected]. 🙋‍♂️                    

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

ชื่อ Chestr - Universal Shopping Wishlist Chestr - Universal Shopping Wishlist
ID aknpjjjjbhhpbdeboefcnnbafldhckej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chestr-universal-shopping/aknpjjjjbhhpbdeboefcnnbafldhckej
คำอธิบาย Save items and track discounts from any online store.
ขนาดไฟล์ 284 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.6.66
อัปเดตครั้งล่าสุด 2023-11-09
วันที่เผยแพร่ 2022-06-27
คะแนน 4.60/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://chestr.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chestr.com/
URL หน้าช่วยเหลือ https://www.notion.so/chestr/Chestr-FAQs-4109c19db972480ba39704d5ff4b8690?pvs=4
URL หน้านโยบายความเป็นส่วนตัว https://chestr.notion.site/Privacy-Policy-f64ccc1e0aa149b987c00d903802af39
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chestr - Universal Shopping Wishlist",
    "version": "1.6.66",
    "description": "Save items and track discounts from any online store.",
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content\/import-index.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        },
        "default_popup": "pages\/popup\/index.html"
    },
    "icons": {
        "16": "\/images\/logo.png",
        "32": "\/images\/logo.png",
        "48": "\/images\/logo.png",
        "128": "\/images\/logo.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/chestr.com\/*",
            "https:\/\/chestr.app\/*",
            "https:\/\/chestr-staging.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}