Order notification plugin

This plugin notifies the user by a sound about any order that is received through online ordering system

Qu'est-ce que Order notification plugin ?

Order notification plugin est une extension Chrome développée par Order To Eat Now, et sa fonction principale est "This plugin notifies the user by a sound about any order that is received through online ordering system".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Order notification plugin

Téléchargez les fichiers d'extension Order notification plugin 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

                        An order notification plugin to get order updates.                    

Informations de Base sur l'Extension

Nom Order notification plugin Order notification plugin
ID npdlieblchhmkobjpplcblnmnnponcnf
URL Officiel https://chrome.google.com/webstore/detail/order-notification-plugin/npdlieblchhmkobjpplcblnmnnponcnf
Description This plugin notifies the user by a sound about any order that is received through online ordering system
Taille du Fichier 450 KB
Nombre d'Installations 21
Version Actuelle 1.4
Dernière Mise à Jour 2017-08-22
Date de Publication 2017-08-22
Développeur Order To Eat Now
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app1.ordertoeatnow.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Order notification plugin",
    "short_name": "Order Notifier",
    "description": "This plugin notifies the user by a sound about any order that is received through online ordering system",
    "version": "1.4",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "pages\/index.html",
        "default_title": "Order Notifications"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*backend*"
            ],
            "js": [
                "js\/lib\/jquery_3.1.js",
                "js\/content_reader.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/sweetalert.css"
            ],
            "js": [
                "js\/lib\/jquery_3.1.js",
                "js\/lib\/sweetalert.min.js",
                "js\/sweetalert_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery_3.1.js",
            "js\/lib\/raven.js",
            "js\/lib\/sentry.js",
            "js\/lib\/pusher.js",
            "js\/pusher_script.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}