OnBuy Price Tracker

Track product prices on OnBuy

OnBuy Price Trackerとは何ですか?

OnBuy Price TrackerはMerchant Softwareによって開発されたChromeの拡張機能で、その主な機能は「Track product prices on OnBuy」です。

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

screenshot

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

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

拡張機能の使用方法

                        The OnBuy Price Tracker allows easy tracking of OnBuy prices across multiple sellers.

✜ Price History charts
Detailed Price History charts for OnBuy products.


No account needed. Just install and start saving money.

This extension does not add any browser buttons. You can access and set it up on any OnBuy product page.

We follow Chrome's minimum permissions policy and only request the following permissions:
 
- Access to our website: needed for communication with our servers to provide the extension with price history data and handle your (optional) user account for price tracking.
- Access to onbuy.com: Required to embed our price history graph directly on OnBuy product pages.
- "storage": Enables the extension to store data (like your settings) locally in your browser. Like cookies.                    

拡張機能の基本情報

名前 OnBuy Price Tracker OnBuy Price Tracker
ID dcbkknngmkabcmannbkmimplfamkmpdc
公式URL https://chromewebstore.google.com/detail/onbuy-price-tracker/dcbkknngmkabcmannbkmimplfamkmpdc
説明 Track product prices on OnBuy
ファイルサイズ 428 KB
インストール数 55
現在のバージョン 1.9
最終更新日 2022-08-15
公開日 2022-03-22
開発者 Merchant Software
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.re-pricer.co.uk/privacy-policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OnBuy Price Tracker",
    "description": "Track product prices on OnBuy",
    "version": "1.9",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/onbuy.com\/gb\/*",
                "https:\/\/www.onbuy.com\/gb\/*",
                "http:\/\/onbuy.com\/gb\/*",
                "http:\/\/www.onbuy.com\/gb\/*"
            ],
            "css": [
                "run.css"
            ],
            "js": [
                "jquery.js",
                "chart.js",
                "chartjs-plugin-crosshair.js",
                "run.js"
            ]
        }
    ]
}