IReviews Shopping Assistant

Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.

IReviews Shopping Assistantとは何ですか?

IReviews Shopping Assistantはhttps://ireviews.com/shopping-assistantによって開発されたChromeの拡張機能で、その主な機能は「Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

IReviews Shopping Assistant拡張機能のCRXファイルをダウンロード

IReviews Shopping Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Receive notifications letting you know when items are back in stock. Get recommendations for cards that help you earn even more savings when purchasing products.                    

拡張機能の基本情報

名前 IReviews Shopping Assistant IReviews Shopping Assistant
ID ppjcaodegfaoikboamajamdiggbalnai
公式URL https://chromewebstore.google.com/detail/ireviews-shopping-assista/ppjcaodegfaoikboamajamdiggbalnai
説明 Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.
ファイルサイズ 2.41 MB
インストール数 70
現在のバージョン 3.0.10
最終更新日 2022-12-03
公開日 2021-07-19
評価 5.00/5 合計 3 レビュー
開発者 https://ireviews.com/shopping-assistant
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.ireviews.com/
ヘルプページのURL https://www.ireviews.com/contact
プライバシーポリシーページのURL https://www.ireviews.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "name": "IReviews Shopping Assistant",
    "version": "3.0.10",
    "description": "Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.",
    "icons": {
        "512": "NewLogo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/api.ireviews.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/jquery-3.6.0.min.js",
                ".\/static\/js\/chart.min.js",
                "foreground.js",
                "gtag.js"
            ]
        }
    ]
}