Simple Price Alerts
Price alerts: don't miss any more special offers / flash sales.
Simple Price Alertsとは何ですか?
Simple Price AlertsはAdrien BERNARDによって開発されたChromeの拡張機能で、その主な機能は「Price alerts: don't miss any more special offers / flash sales.」です。
拡張機能のスクリーンショット
Simple Price Alerts拡張機能のCRXファイルをダウンロード
Simple Price Alerts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple and easy! NO registration, NO mail requested!
Create price alerts / price trakers with a single click on main e-commerce websites. Prices are automatically and regularly checked. Manage your price alerts.
Some supported websites :
- Aliexpress
- Amazon (Perfect companion of Keepa with no registration for price alerts)
- Banggood
- eBay
- Geekbuying
etc.
If you want more compatible e-commerce websites, put 5 stars and list them in comments :)
---
Technical and functional transparency:
- Simple Price Alerts periodically checks the price of selected products. Delay between two checks can be configured: 1hr (by default) or 12hr.
- According to the latest Google's recommendations, Simple Price Alerts uses the secure Fetch API to download needed data.
- A developer mode allows to consult logs of background fetched url.
- Simple Price Alerts may provide links to affiliated products. This feature can be disabled in the user interface settings.
- Simple Price Alerts requires read and write rights on consulted pages for checking displayed products prices and add a notification bell directly on pages. 拡張機能の基本情報
| 名前 | |
| ID | jpdelbgadaccijgjnbieffnoigmfandp |
| 公式URL | https://chromewebstore.google.com/detail/simple-price-alerts/jpdelbgadaccijgjnbieffnoigmfandp |
| 説明 | Price alerts: don't miss any more special offers / flash sales. |
| ファイルサイズ | 534 KB |
| インストール数 | 1,285 |
| 現在のバージョン | 1.4.0 |
| 最終更新日 | 2022-12-29 |
| 公開日 | 2021-02-26 |
| 評価 | 4.08/5 合計 13 レビュー |
| 開発者 | Adrien BERNARD |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.4.0",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/actif-16.png",
"32": "icons\/actif-32.png",
"48": "icons\/actif-48.png",
"128": "icons\/actif-128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"notifications",
"storage",
"alarms"
],
"host_permissions": [
" | |