Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gyde for HRSC SuccessFactors", "version": "0.2.1", "description": "Learn how SAP SuccessFactors with Gyde!", "icons": { "485": "logo485.png" }, "action": { "default_title": "Gyde" }, "web_accessible_resources": [ { "resources": [ "jquery.min.js", "gy-bootstrap.min.css", "hopscotch.min.css", "GydeTrack.js", "flow.js", "content.js" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "https:\/\/hcm17.sapsf.com\/*", "https:\/\/pmsalesdemo8.successfactors.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/hcm17.sapsf.com\/*", "https:\/\/pmsalesdemo8.successfactors.com\/*" ], "css": [ "webStyle.css", "gy-bootstrap.min.css", "hopscotch.min.css", "classic_theme.css" ], "js": [ "webWidget.js", "jquery.min.js", "GydeTrack.js", "flow.js", "content.js" ] } ] }