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": "Ramped AI - Autofill Job Applications", "version": "3.2.0", "description": "Your personal AI job search assistant. Autofill job applications in seconds, including open-ended questions", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "cookies", "tabs", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/*.coda.io\/*", "*:\/\/*.app.rampedcareers.com\/*", "*:\/\/*.staging.app.rampedcareers.com\/*", "*:\/\/*.calendar.google.com\/*", "*:\/\/*.docs.google.com\/*", "*:\/\/*.drive.google.com\/*", "*:\/\/*.mail.google.com\/*", "*:\/\/*.meet.google.com\/*", "*:\/\/*.photos.google.com\/*", "*:\/\/*.play.google.com\/*", "*:\/\/*.zoom.us\/*", "*:\/\/*.slack.com\/*", "*:\/\/*.firebase.google.com\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "iframe.html", "contentScript.js", "extLogo.png", "sublogo.png" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": ".\/ramped-logo.png", "48": ".\/ramped-logo.png", "128": ".\/ramped-logo.png" } }