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開發的Chrome擴展程式,該擴展的主要功能是“This plugin notifies the user by a sound about any order that is received through online ordering system”。
擴展截圖
下載Order notification plugin擴展crx文件
下載Order notification plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An order notification plugin to get order updates. 擴展基本資訊
| 名稱 | |
| ID | npdlieblchhmkobjpplcblnmnnponcnf |
| 官方網址 | 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",
" | |