price2alert

adds function to see price history charts and a function to notification on Rakuten's site.

price2alertとは何ですか?

price2alertはhttps://price2alert.comによって開発されたChromeの拡張機能で、その主な機能は「adds function to see price history charts and a function to notification on Rakuten's site.」です。

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

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

拡張機能の使用方法

                        🔔 価格推移グラフ
楽天にある、数百万点の商品の価格推移をグラフ化して表示

🔔価格が変動したら通知
楽天で何円まで値下がりしたら通知するかを設定
あとは通知を受け取るだけです

お得なお買い物にご活用ください                    

拡張機能の基本情報

名前 price2alert price2alert
ID kkfcdpcgeiedbdhjgiaplpehldnjffjb
公式URL https://chromewebstore.google.com/detail/price2alert/kkfcdpcgeiedbdhjgiaplpehldnjffjb
説明 adds function to see price history charts and a function to notification on Rakuten's site.
ファイルサイズ 58.15 KB
インストール数 20,000
現在のバージョン 2.0.10
最終更新日 2024-02-19
公開日 2020-12-09
評価 2.11/5 合計 9 レビュー
開発者 https://price2alert.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://price2alert.com
ヘルプページのURL https://price2alert.com/contact
プライバシーポリシーページのURL http://mnsearch.com/privacypolicy
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "price2alert",
    "version": "2.0.10",
    "manifest_version": 3,
    "default_locale": "ja",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "img\/icon\/*",
                "img\/logo\/*",
                "js\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "16": "img\/logo\/price2alert_16.png",
        "19": "img\/logo\/price2alert_19.png",
        "48": "img\/logo\/price2alert_48.png",
        "128": "img\/logo\/price2alert_128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rakuten.co.jp\/*",
                "*:\/\/price2alert.com\/*"
            ],
            "js": [
                "js\/contents_script.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "option\/menu.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    }
}