Nectar Notifier

Nectar Notifier provides reminders to collect Nectar points when you are shopping online or making online searches.

Nectar Notifier क्या है?

Nectar Notifier http://www.nectar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nectar Notifier provides reminders to collect Nectar points when you are shopping online or making online searches."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nectar Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A helpful extension that reminds you which brands you can collect points with and gives you points when you search online.
Did you know you can get reminders for brands like Just Eat, House of Fraser and many more? 500+ Brands to choose from!
Nectar Browser Extension gives you points when you search. You can get up to 200 points per month!                    

एक्सटेंशन की मूल जानकारी

नाम Nectar Notifier Nectar Notifier
ID bilfacghikncbjidkgdenbjimhfkgobo
आधिकारिक URL https://chrome.google.com/webstore/detail/nectar-notifier/bilfacghikncbjidkgdenbjimhfkgobo
विवरण Nectar Notifier provides reminders to collect Nectar points when you are shopping online or making online searches.
फ़ाइल का आकार 274 KB
स्थापना संख्या 41,675
वर्तमान संस्करण 2.7.0
अंतिम अपडेट 2021-02-24
प्रकाशन तिथि 2019-10-01
रेटिंग 1.95/5 कुल 108 रेटिंग्स
डेवलपर http://www.nectar.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.nectar.com/nectar-notifier
सहायता पृष्ठ URL https://www.nectar.com/help#nectartoolbar
गोपनीयता नीति पृष्ठ URL https://www.nectar.com/about/privacy-and-legal/toolbar-terms-of-service
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nectar Notifier",
    "description": "Nectar Notifier provides reminders to collect Nectar points when you are shopping online or making online searches.",
    "version": "2.7.0",
    "minimum_chrome_version": "63",
    "icons": {
        "16": "data\/nectar__ui__icon_16.png",
        "18": "data\/nectar__ui__icon_18.png",
        "32": "data\/nectar__ui__icon_32.png",
        "36": "data\/nectar__ui__icon_36.png",
        "48": "data\/nectar__ui__icon_48.png",
        "64": "data\/nectar__ui__icon_64.png",
        "128": "data\/nectar__ui__icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "data\/nectar__ui__icon_19.png",
            "38": "data\/nectar__ui__icon_38.png"
        },
        "default_title": "Nectar Notifier"
    },
    "permissions": [
        "https:\/\/api.toolbar.nectar.com\/*",
        "https:\/\/www.nectar.com\/brands\/redirecting",
        "https:\/\/www.google-analytics.com\/collect",
        "tabs",
        "storage",
        "webNavigation",
        ""
    ],
    "background": {
        "scripts": [
            "lib\/nectar.js",
            "lib\/nectar__web__brx__main__gchrm.js",
            "lib\/nectar__web__brx.js",
            "lib\/nectar__web__brx__main.js",
            "nectar__web__brx__main_entry__gchrm.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "lib\/nectar.js",
                "lib\/nectar__web__brx__content__gchrm.js",
                "lib\/nectar__web__brx.js",
                "lib\/nectar__web__brx__content.js",
                "nectar__web__brx__content_entry__gchrm.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "data\/ItalianPlateNo1Expanded-Bold.otf",
        "data\/ItalianPlateNo1Expanded-Extrabold.otf",
        "data\/ItalianPlateNo1Expanded-Regular.otf",
        "data\/nectar__db__retailers.json",
        "data\/nectar__web__brx__ui.png",
        "data\/nectar__web__brx__ui.css",
        "data\/nectar__web__brx__ui.html",
        "data\/nectar__web__brx__ui__post_install.html",
        "data\/nectar__ui__icon_19.png"
    ]
}