Covvet

Get sale alerts on the things you want.

什麼是Covvet?

Covvet是由https://www.covvet.com開發的Chrome擴展程式,該擴展的主要功能是“Get sale alerts on the things you want.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Covvet擴展crx文件

下載Covvet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Covvet Covvet
ID jomdondboadgkioaojmpdmjledidffde
官方網址 https://chromewebstore.google.com/detail/covvet/jomdondboadgkioaojmpdmjledidffde
簡介 Get sale alerts on the things you want.
檔案大小 481 KB
安裝次數 812
目前版本 2.0
更新時間 2023-12-06
上架時間 2018-12-05
評分 5.00/5 共 2 次評分
開發者 https://www.covvet.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.covvet.com
隱私政策頁面URL https://www.covvet.com/privacy.html
支援的語言 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": [
                ""
            ]
        }
    ]
}