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 Order To Eat Now द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin notifies the user by a sound about any order that is received through online ordering system"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Order notification plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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", " |