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", " |