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": 2, "name": "Gyde for HRSC SuccessFactors", "version": "0.1.1", "description": "Learn how to use SuccessFactors with Gyde!", "icons": { "485": "logo485.png" }, "browser_action": { "default_title": "Gyde" }, "web_accessible_resources": [ "jquery.min.js", "gy-bootstrap.min.css", "hopscotch.min.css", "GydeTrack.js", "flow.js", "content.js" ], "content_security_policy": "script-src 'self' https:\/\/*.gyde.ai; object-src 'self'", "permissions": [ "https:\/\/hcm17.sapsf.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/hcm17.sapsf.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" ] } ] }