Alertr

Track your wanted items at the click of a button. You will then be notified by email when the price has dropped by the Alertr team.

Alertr란 무엇입니까?

Alertr은(는) Alertr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your wanted items at the click of a button. You will then be notified by email when the price has dropped by the Alertr team."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Alertr 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CLICK, TRACK, SAVE

Never pay full price for your favourite products again! We’ll alert you once the price drops of your favourite products, so you won’t have to pay the RRP ever again.

When you sign up to Alertr, you can then download our extension and click the Alertr button when you are on the URL of the product you don’t fancy paying full price for and we’ll notify you by email once the price drops.

Be the first to be notified of major flash sales, price fluctuations and great deals.

CLICK
Found a product you don’t want to pay full price for? When you’re on the product page, simply click the Alertr button on your Chrome browser.

TRACK
Track your favourite products, collections and stores from thousands of online retailers.

SAVE
Get email notifications when a product you are following goes on sale.

ORGANISE
Make accessing your products easier by sorting them into collections.

SHARE
You can share collections with friends & family, helping them save in the process.

By using this extension, you are agreeing to our privacy policy, read more about it here: https://alertr.co.uk/about/policy                    

확장 프로그램 기본 정보

이름 Alertr Alertr
ID pfioanpnhnbmpheeagcpnpkealfdnhii
공식 URL https://chromewebstore.google.com/detail/alertr/pfioanpnhnbmpheeagcpnpkealfdnhii
설명 Track your wanted items at the click of a button. You will then be notified by email when the price has dropped by the Alertr team.
파일 크기 39.88 KB
설치 횟수 193
현재 버전 1.0.1
최근 업데이트 2020-06-20
출시 날짜 2020-06-19
평점 1.33/5 총 3 개의 평점
개발자 Alertr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://alertr.co.uk/
도움말 페이지 URL https://alertr.co.uk/contact
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alertr",
    "version": "1.0.1",
    "description": "Track your wanted items at the click of a button. You will then be notified by email when the price has dropped by the Alertr team.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "cookies",
        "*:\/\/alertr.co.uk\/",
        "activeTab",
        "tabs",
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "32": "assets\/icons\/32x32.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    }
}