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文件

下載Alertr擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}