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
官方URL 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": [
                ""
            ]
        }
    ]
}