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
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ]
}