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
官方網址 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
電子郵箱 [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';"
    }
}