Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mobile Data Collection - Scan-IT to Office",
"short_name": "Scan-IT",
"version": "1.4.4",
"description": "Field Data Acquisition and Barcode Scanning for Google Chrome",
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs",
"downloads"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"content\/demoDialog.css"
]
}
],
"icons": {
"16": "images\/STO_Icon_16x16.png",
"32": "images\/STO_Icon_32x32.png",
"48": "images\/STO_Icon_48x48.png",
"128": "images\/STO_Icon_128x128.png"
},
"minimum_chrome_version": "116",
"manifest_version": 3,
"action": {
"default_title": "Scan-IT to Office",
"default_popup": "popup.html",
"default_icon": {
"16": "images\/STO_Icon_16x16.png",
"32": "images\/STO_Icon_32x32.png",
"48": "images\/STO_Icon_48x48.png",
"128": "images\/STO_Icon_128x128.png"
}
},
"content_security_policy": []
}