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はhttps://laterbuy.appによって開発されたChromeの拡張機能で、その主な機能は「Save products from any online retailer in your wishlist.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Laterbuy: Save Items From Any Store拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
        ]
    }
}