BES Nielsen Notifications

Shows quantity of new unread notifications at BES Nielsen service.

What is BES Nielsen Notifications?

BES Nielsen Notifications is a Chrome extension developed by http://datawiz.io, and its main feature is "Shows quantity of new unread notifications at BES Nielsen service.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download BES Nielsen Notifications Extension CRX File

Download BES Nielsen Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        BES Nielsen Notifications - розширення, яке інформує про наявність та кількість нових сповіщень на сервісі BES Nielsen. Ці сповіщення допомагають швидко ідентифікувати проблеми в процесах для їх негайного вирішення та зменшення ризиків. Типи сповіщень: 
• сповіщення про некоректні залишки;
• про різке зменшення обороту та падіння очікуваного виконання плану;
• про початок чи закінчення акції;
• можливе збільшення попиту;
• рекомендації по закритттю/відкриттю кас;
• невчасну викладку товарів на полиці магазину.

З допомогою додатку Ви отримуєте можливість перейти в особистий кабінет сервісу та переглянути всі проблемні моменти, які виникли в роботі магазинів, для їх швидкого вирішення.                    

Extension Basic Information

Name BES Nielsen Notifications BES Nielsen Notifications
ID iofffmhmehmgnlknjlejfnkppmgaajmf
Official URL https://chrome.google.com/webstore/detail/bes-nielsen-notifications/iofffmhmehmgnlknjlejfnkppmgaajmf
Description Shows quantity of new unread notifications at BES Nielsen service.
File Size 107 KB
Installation Count 83
Current Version 0.1.1.220
Last Updated 2019-10-05
Publish Date 2019-10-04
Developer http://datawiz.io
Payment Type free
Extension Website https://bes.datawiz.io/
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "uk",
    "version": "0.1.1.220",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/jquery-3.3.1.min.js",
                "\/js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "cookies",
        "tabs"
    ],
    "web_accessible_resources": [
        "\/js\/page_js.js",
        "\/language_templates\/test.json",
        "icon128.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}