Laterbuy: Save Items From Any Store

Save products from any online retailer in your wishlist.

Laterbuy: Save Items From Any Storeคืออะไร?

Laterbuy: Save Items From Any Store เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://laterbuy.app และคุณลักษณะหลักของมันคือ "Save products from any online retailer in your wishlist."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Laterbuy: Save Items From Any Store

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

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

                        Laterbuy is your new ultimate wishlist & shopping tool. Save products from any of your favourite brands & online retailers. 

Laterbuy's chrome extension can help you organise your favourite items across the web in one place. Save any item from any store, Yes it's that simple!

Add Laterbuy to your browser in seconds and save your favourite items in one place. 


😍 Save Now, Buy Later
When you find something you'd like to shop later, just save it to Laterbuy. 

🌎 100'000+ World's Most Popular Online Stores
Laterbuy extension works with all your favourite brands & online retailers. Available for 100'000+ online shops. 

🧘‍♀️ Access Everything In One Place
Keep all your saved items for you in one place so that you can stay organised.

✅ Create & Customise Your Wishlists
You can create wishlists. Change status on saved items and mark them as purchased.                    

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

ชื่อ Laterbuy: Save Items From Any Store Laterbuy: Save Items From Any Store
ID eiofickjdimmgahdllfnpnhmippbpgfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/laterbuy-save-items-from/eiofickjdimmgahdllfnpnhmippbpgfa
คำอธิบาย Save products from any online retailer in your wishlist.
ขนาดไฟล์ 264 KB
จำนวนการติดตั้ง 441
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-08-09
วันที่เผยแพร่ 2022-04-13
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://laterbuy.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://laterbuy.app/
URL หน้าช่วยเหลือ https://laterbuy.app/docs/privacy-policy
URL หน้านโยบายความเป็นส่วนตัว https://laterbuy.app/docs/privacy-policy
ภาษาที่รองรับ de,en,fr,es,it,lv,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2QyTkpq9NaJOKI5UW9zPVpuZsFM65YMKJzVUUwX2SNeu8Cspd5nnFn\/8Ht8hBr0du5\/TFTKrQHPwnB9mwcajzZQBwCKT7CMDkF1tJfA+rXX1kQ2SCeU8Gz5mRXir1Hu0rUssuwuSkH0I2coHIQ89ZoSa0Nkengxw9hMXiPkNNl7USxPriO7J84uKUn32IUvHxI5ttKpiyriRD6z70ZF7CBVumxenlX\/OHcoZyzwcrWjQR4ab34FkXTiazSaNwSRhhiJIu0MYnSBSitDGRDZ+QFkPOEZ2\/WgYvqSY6bFV5sfxtpgz2O8AxeSoGzq94NZdeu8Pw17ijjDQl4QeclWuWQIDAQAB",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/laterbuy.app\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "json_repair.js",
                "inspector.js",
                "view.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon.png"
        },
        "default_title": "Laterbuy wishlist",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/check-g.svg",
                "window.js",
                "fonts\/Poppins-SemiBold.woff",
                "fonts\/Poppins-Regular.woff",
                "fonts\/Poppins-Medium.woff",
                "images\/icon.png",
                "images\/flogo.png",
                "images\/x.svg",
                "images\/up-down.svg",
                "images\/shared.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/laterbuy.app\/*"
        ]
    }
}