DealYo

DealYo helps shoppers overcome the issue with deal discovery

什麼是DealYo?

DealYo是由https://www.deal-yo.com開發的Chrome擴展程式,該擴展的主要功能是“DealYo helps shoppers overcome the issue with deal discovery”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載DealYo擴展crx文件

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

擴展使用說明

                        Your personal deal-tracker. Add items to DealYo and get instantly notified when the price drops.                    

擴展基本資訊

名稱 DealYo DealYo
ID jiompfngfcaamphfbflpmbckkfeneoeb
官方網址 https://chromewebstore.google.com/detail/dealyo/jiompfngfcaamphfbflpmbckkfeneoeb
簡介 DealYo helps shoppers overcome the issue with deal discovery
檔案大小 240 KB
安裝次數 52
目前版本 1.0.6
更新時間 2024-02-11
上架時間 2023-11-05
評分 5.00/5 共 4 次評分
開發者 https://www.deal-yo.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.deal-yo.com
說明頁面URL https://www.deal-yo.com/contact-10
隱私政策頁面URL https://www.deal-yo.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DealYo",
    "version": "1.0.6",
    "description": "DealYo helps shoppers overcome the issue with deal discovery",
    "action": {
        "default_icon": "designs\/favicon.png",
        "default_popup": "index.html",
        "default_title": "DealYo"
    },
    "permissions": [
        "notifications",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/notifier.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}