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 Zoho CRM", "version": "1.1.0", "description": "Learn how to use Zoho CRM with Gyde!", "icons": { "485": "logo485.png" }, "browser_action": { "default_title": "Gyde" }, "web_accessible_resources": [ "jquery.min.js", "animate.css", "chat.css", "webStyle.css", "gy-bootstrap.min.css", "hopscotch.min.css", "classic_theme.css", "chatLogo.png", "sprite-green.png", "sprite-orange.png", "GydeTrack.js", "flow.js", "content.js" ], "content_security_policy": "script-src 'self' https:\/\/*.gyde.ai; object-src 'self'", "permissions": [ "https:\/\/crm.zoho.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/crm.zoho.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" ] } ] }