price2alert

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

price2alert क्या है?

price2alert https://price2alert.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "adds function to see price history charts and a function to notification on Rakuten's site."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में price2alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

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

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

एक्सटेंशन की मूल जानकारी

नाम 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
ईमेल [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';"
    }
}