Covvet

Get sale alerts on the things you want.

Covvetคืออะไร?

Covvet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.covvet.com และคุณลักษณะหลักของมันคือ "Get sale alerts on the things you want."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Covvet

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
                ""
            ]
        }
    ]
}