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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nectar Notifier provides reminders to collect Nectar points when you are shopping online or making online searches."입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}