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", "name": "Winslow HR Gmail Extension", "description": "AI copilot for HR professionals", "version": "1.11", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Winslow HR Pro" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/mail.google.com\/*" ], "web_accessible_resources": [ { "resources": [ "*.map", "images\/*.png", "images\/icons\/*.svg", "images\/app_logos\/*.png", "images\/app_logos\/*.svg" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ] }