Order notification plugin
This plugin notifies the user by a sound about any order that is received through online ordering system
¿Qué es Order notification plugin?
Order notification plugin es una extensión de Chrome desarrollada por Order To Eat Now, y su función principal es "This plugin notifies the user by a sound about any order that is received through online ordering system".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Order notification plugin
Descarga archivos de extensión Order notification plugin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
An order notification plugin to get order updates.
Información Básica de la Extensión
Nombre | |
ID | npdlieblchhmkobjpplcblnmnnponcnf |
URL Oficial | https://chrome.google.com/webstore/detail/order-notification-plugin/npdlieblchhmkobjpplcblnmnnponcnf |
Descripción | This plugin notifies the user by a sound about any order that is received through online ordering system |
Tamaño del Archivo | 450 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 1.4 |
Última Actualización | 2017-08-22 |
Fecha de Publicación | 2017-08-22 |
Desarrollador | Order To Eat Now |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://app1.ordertoeatnow.com/ |
Idiomas Soportados | 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", " |