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