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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Simple Price Alerts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Simple Price Alerts Simple Price Alerts
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
이메일 [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": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib.js",
                "parameters.js",
                "sellersParsing.js",
                "sellerPage.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png",
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/inactif-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Simple Price Alerts"
    }
}