Inspect and view changes in Apty Hitachi Chromium source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Apty Hitachi Chromium",
"description": "Efficient user engagement and onboarding through real-time navigation, guidance, tips, and data entry correction.",
"version": "4.24.11",
"icons": {
"16": "assets/icon/icon16.png",
"32": "assets/icon/icon32.png",
"48": "assets/icon/icon48.png",
"128": "assets/icon/icon128.png"
},
"host_permissions": [
"https://*.apty.io/*",
"http://localhost/*",
"http://*.apty.io/*"
],
"permissions": [
"storage",
"tabs"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';img-src * data: blob;"
},
"web_accessible_resources": [
{
"resources": [
"config.json",
"window.var.js",
"error-tracking.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https://perseus.hitachi.com/*",
"https://hiesaportal.force.com/ICED/s/*",
"https://staging-halportal.cs94.force.com/ICED/*",
"https://hitachigroup.sharepoint.com/*",
"https://hitachiservicedesk.service-now.com/*",
"https://hitachiservicedesksandbox.service-now.com/login.do/*",
"https://hitachiservicedesktest.service-now.com/*",
"https://hiesa.lightning.force.com/*",
"https://impl.workday.com/hitachi/*",
"https://impl.workday.com/hitachi10/*",
"https://impl.workday.com/hitachi6/*",
"https://impl.workday.com/hitachi_preview/d/*",
"https://www.myworkday.com/hitachi/*",
"https://hitachigbs.service-now.com/*",
"https://hitachiserviceplatform.service-now.com/*",
"https://hitachiserviceplatformqa.service-now.com/*",
"https://hitachiserviceplatformstage.service-now.com/*"
],
"exclude_globs": [
"*aptySalesforceIntegration*"
],
"js": [
"bundle.js"
],
"css": [
"commonstyles.css"
],
"run_at": "document_idle",
"all_frames": true
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Apty Client"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}