Covvet

Get sale alerts on the things you want.

Covvet là gì?

Covvet là một tiện ích mở rộng Chrome được phát triển bởi https://www.covvet.com, và tính năng chính của nó là "Get sale alerts on the things you want.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Covvet

Tải xuống các tệp mở rộng Covvet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Covvet is an online wishlist for the things you want.  Save products from just about any web site and Covvet will monitor the price and let you know when your item goes on sale.

No more missing out on getting the things you want at the price you want and no more inboxes full of promotions you don't care about.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Covvet Covvet
ID jomdondboadgkioaojmpdmjledidffde
URL Chính Thức https://chromewebstore.google.com/detail/covvet/jomdondboadgkioaojmpdmjledidffde
Mô tả Get sale alerts on the things you want.
Kích Thước Tệp 481 KB
Số Lần Cài Đặt 812
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-12-06
Ngày Phát Hành 2018-12-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.covvet.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.covvet.com
URL Trang Chính Sách Bảo Mật https://www.covvet.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Covvet",
    "description": "Get sale alerts on the things you want.",
    "version": "2.0",
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "save.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}