Discover® Deals and Cashback Rewards Notifier

Shows a notification when visiting sites that qualify for Discover® Deals or Cashback Rewards!

Τι είναι το Discover® Deals and Cashback Rewards Notifier;

Το Discover® Deals and Cashback Rewards Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://tejunareddy.com, και η κύρια λειτουργία του είναι "Shows a notification when visiting sites that qualify for Discover® Deals or Cashback Rewards!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Discover® Deals and Cashback Rewards Notifier

Λήψη αρχείων επέκτασης Discover® Deals and Cashback Rewards Notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Discover Rewards Notifier automatically finds and displays Discover® Deals and Cashback Rewards for the current website you're browsing. This includes deals for all your favorite retailers: American Eagle, Best Buy, Papa Johns, Amazon, and a ton more!

The icon will turn orange when the site you visit has an active deal or cashback offer. You can then click on the icon to view more details and redeem the offer.

If you have a Discover Card, this extension is perfect for you! Never miss out on another Discover® Deal or Cashback Reward.

Note that you must be a Discover Cardholder in order to redeem the deals and cashback rewards. If you don't have a Discover Card, this extension is not for you.

A note about permissions:

As stated in the Privacy Policy, the developers of this extension take privacy seriously. Therefore, this extension does NOT store any personal data. Please visit this page for an in-depth explanation of the permissions requested: https://www.tejunareddy.com/discover-rewards-notifier/permissions.html

This extension is open-source. All the code is publicly available on GitHub, so you may view the code to ensure it's not malicious. We'd also love to see more contributors interested in the project :)

Releases: https://github.com/nareddyt/discover-rewards-notifier/releases

Source Code: https://github.com/nareddyt/discover-rewards-notifier

Privacy Policy: https://www.tejunareddy.com/discover-rewards-notifier/privacy-policy.html                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Discover® Deals and Cashback Rewards Notifier Discover® Deals and Cashback Rewards Notifier
ID ndgeljpfnjlnmbgekhjkchhhgoiipnfi
Επίσημο URL https://chrome.google.com/webstore/detail/discover%C2%AE-deals-and-cashb/ndgeljpfnjlnmbgekhjkchhhgoiipnfi
Περιγραφή Shows a notification when visiting sites that qualify for Discover® Deals or Cashback Rewards!
Μέγεθος Αρχείου 228 KB
Αριθμός Εγκαταστάσεων 100
Τρέχουσα Έκδοση v5.3.0
Τελευταία Ενημέρωση 2018-07-11
Ημερομηνία Δημοσίευσης 2018-07-11
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής http://tejunareddy.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.tejunareddy.com/discover-rewards-notifier/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/nareddyt/discover-deals-notifier-extension/issues
URL της Σελίδας Πολιτικής Απορρήτου http://www.tejunareddy.com/discover-rewards-notifier/privacy-policy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discover\u00ae Deals and Cashback Rewards Notifier",
    "version": "5.3.0",
    "version_name": "v5.3.0",
    "description": "Shows a notification when visiting sites that qualify for Discover\u00ae Deals or Cashback Rewards!",
    "icons": {
        "38": "icon\/prod-icon-38.png",
        "512": "icon\/prod-icon-512.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_title": "No Discover Deal for this page",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "tabs",
        "alarms",
        "https:\/\/www.tejunareddy.com\/discover-rewards-notifier\/*"
    ],
    "short_name": "Discover\u00ae Rewards Notifier",
    "offline_enabled": true,
    "manifest_version": 2
}