Laterbuy: Save Items From Any Store

Save products from any online retailer in your wishlist.

Qu'est-ce que Laterbuy: Save Items From Any Store ?

Laterbuy: Save Items From Any Store est une extension Chrome développée par https://laterbuy.app, et sa fonction principale est "Save products from any online retailer in your wishlist.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Laterbuy: Save Items From Any Store

Téléchargez les fichiers d'extension Laterbuy: Save Items From Any Store au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Laterbuy: Save Items From Any Store Laterbuy: Save Items From Any Store
ID eiofickjdimmgahdllfnpnhmippbpgfa
URL Officiel https://chromewebstore.google.com/detail/laterbuy-save-items-from/eiofickjdimmgahdllfnpnhmippbpgfa
Description Save products from any online retailer in your wishlist.
Taille du Fichier 264 KB
Nombre d'Installations 441
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-08-09
Date de Publication 2022-04-13
Évaluation 4.43/5 Total 7 Évaluations
Développeur https://laterbuy.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://laterbuy.app/
URL de la Page d'Aide https://laterbuy.app/docs/privacy-policy
URL de la Page de Politique de Confidentialité https://laterbuy.app/docs/privacy-policy
Langues Prises en Charge 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\/*"
        ]
    }
}