Order notification plugin
This plugin notifies the user by a sound about any order that is received through online ordering system
Was ist Order notification plugin?
Order notification plugin ist eine Chrome-Erweiterung, die von Order To Eat Now entwickelt wurde, und ihr Hauptmerkmal ist "This plugin notifies the user by a sound about any order that is received through online ordering system".
Erweiterungsscreenshots
Order notification plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Order notification plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
An order notification plugin to get order updates. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | npdlieblchhmkobjpplcblnmnnponcnf |
| Offizielle URL | https://chrome.google.com/webstore/detail/order-notification-plugin/npdlieblchhmkobjpplcblnmnnponcnf |
| Beschreibung | This plugin notifies the user by a sound about any order that is received through online ordering system |
| Dateigröße | 450 KB |
| Installationsanzahl | 21 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2017-08-22 |
| Veröffentlichungsdatum | 2017-08-22 |
| Entwickler | Order To Eat Now |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://app1.ordertoeatnow.com/ |
| Unterstützte Sprachen | 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",
" | |