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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}