BES Nielsen Notifications

Shows quantity of new unread notifications at BES Nielsen service.

Qu'est-ce que BES Nielsen Notifications ?

BES Nielsen Notifications est une extension Chrome développée par http://datawiz.io, et sa fonction principale est "Shows quantity of new unread notifications at BES Nielsen service.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BES Nielsen Notifications

Téléchargez les fichiers d'extension BES Nielsen Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom BES Nielsen Notifications BES Nielsen Notifications
ID iofffmhmehmgnlknjlejfnkppmgaajmf
URL Officiel https://chrome.google.com/webstore/detail/bes-nielsen-notifications/iofffmhmehmgnlknjlejfnkppmgaajmf
Description Shows quantity of new unread notifications at BES Nielsen service.
Taille du Fichier 107 KB
Nombre d'Installations 83
Version Actuelle 0.1.1.220
Dernière Mise à Jour 2019-10-05
Date de Publication 2019-10-04
Développeur http://datawiz.io
Type de Paiement free
Site Web de l'Extension https://bes.datawiz.io/
Langues Prises en Charge 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'"
}