By: Tyler Ing
Inspect and view changes in OTDI Device Receipt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "OTDI Device Receipt",
"version": "2.991",
"description": "Easily print device receipts using data in ServiceNow",
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https://osuitsm.service-now.com/*"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https://osuitsm.service-now.com/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"print.html",
"print.js"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "otdi-device-receipt@osu.edu",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
],
"collects_personal_data": false,
"collects_user_activity": false,
"collects_health_data": false,
"collects_financial_data": false,
"collects_location_data": false,
"collects_web_history": false,
"collects_communications": false,
"collects_identifiers": false,
"collects_authentication_info": false,
"collects_contacts": false
}
}
}
} Best OTDI Device Receipt Alternatives
Here are some Firefox add-ons that are similar to OTDI Device Receipt: