If there are lots of attendees coming to your event, it will take much time to check-in by hand with Excel file. You can save time…
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "TicketBox Checkin",
"version": "1.4.1",
"icons": {
"16": "app-icon-16.png",
"128": "app-icon-128.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"videoCapture",
"http://localhost:37067/*",
"http://service.ticketbox.vn/*",
"https://service.ticketbox.vn/*",
"http://static.ticketbox.vn/*",
"usb",
{
"usbDevices": [
{
"vendorId": 1254,
"productId": 21905
},
{
"vendorId": 1839,
"productId": 8704
}
]
},
"identity"
],
"app": {
"background": {
"scripts": [
"main.js"
]
}
},
"minimum_chrome_version": "23"
}