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 là gì?

Alertr là một tiện ích mở rộng Chrome được phát triển bởi Alertr, và tính năng chính của nó là "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.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alertr

Tải xuống các tệp mở rộng Alertr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alertr Alertr
ID pfioanpnhnbmpheeagcpnpkealfdnhii
URL Chính Thức https://chromewebstore.google.com/detail/alertr/pfioanpnhnbmpheeagcpnpkealfdnhii
Mô tả 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.
Kích Thước Tệp 39.88 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-06-20
Ngày Phát Hành 2020-06-19
Đánh Giá 1.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Alertr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://alertr.co.uk/
URL Trang Trợ Giúp https://alertr.co.uk/contact
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}