Order notification plugin
This plugin notifies the user by a sound about any order that is received through online ordering system
Τι είναι το Order notification plugin;
Το Order notification plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Order To Eat Now, και η κύρια λειτουργία του είναι "This plugin notifies the user by a sound about any order that is received through online ordering system".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Order notification plugin
Λήψη αρχείων επέκτασης Order notification plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
An order notification plugin to get order updates.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | npdlieblchhmkobjpplcblnmnnponcnf |
Επίσημο URL | https://chrome.google.com/webstore/detail/order-notification-plugin/npdlieblchhmkobjpplcblnmnnponcnf |
Περιγραφή | This plugin notifies the user by a sound about any order that is received through online ordering system |
Μέγεθος Αρχείου | 450 KB |
Αριθμός Εγκαταστάσεων | 21 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2017-08-22 |
Ημερομηνία Δημοσίευσης | 2017-08-22 |
Προγραμματιστής | Order To Eat Now |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://app1.ordertoeatnow.com/ |
Υποστηριζόμενες Γλώσσες | 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", " |