price2alert

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

price2alert là gì?

price2alert là một tiện ích mở rộng Chrome được phát triển bởi https://price2alert.com, và tính năng chính của nó là "adds function to see price history charts and a function to notification on Rakuten's site.".

Tải xuống tệp CRX của tiện ích mở rộng price2alert

Tải xuống các tệp mở rộng price2alert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên price2alert price2alert
ID kkfcdpcgeiedbdhjgiaplpehldnjffjb
URL Chính Thức https://chromewebstore.google.com/detail/price2alert/kkfcdpcgeiedbdhjgiaplpehldnjffjb
Mô tả adds function to see price history charts and a function to notification on Rakuten's site.
Kích Thước Tệp 58.15 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 2.0.10
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2020-12-09
Đánh Giá 2.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://price2alert.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://price2alert.com
URL Trang Trợ Giúp https://price2alert.com/contact
URL Trang Chính Sách Bảo Mật http://mnsearch.com/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}