Laterbuy: Save Items From Any Store

Save products from any online retailer in your wishlist.

Apa itu Laterbuy: Save Items From Any Store?

Laterbuy: Save Items From Any Store adalah ekstensi Chrome yang dikembangkan oleh https://laterbuy.app, dan fitur utamanya adalah "Save products from any online retailer in your wishlist.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Laterbuy: Save Items From Any Store

Unduh file ekstensi Laterbuy: Save Items From Any Store dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Laterbuy: Save Items From Any Store Laterbuy: Save Items From Any Store
ID eiofickjdimmgahdllfnpnhmippbpgfa
URL Resmi https://chromewebstore.google.com/detail/laterbuy-save-items-from/eiofickjdimmgahdllfnpnhmippbpgfa
Deskripsi Save products from any online retailer in your wishlist.
Ukuran File 264 KB
Jumlah Instalasi 441
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-08-09
Tanggal Publikasi 2022-04-13
Penilaian 4.43/5 Total 7 Penilaian
Pengembang https://laterbuy.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://laterbuy.app/
URL Halaman Bantuan https://laterbuy.app/docs/privacy-policy
URL Halaman Kebijakan Privasi https://laterbuy.app/docs/privacy-policy
Bahasa yang Didukung 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\/*"
        ]
    }
}