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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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", " |