Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "OwlApply - Autofill & Automate Your Job Applications", "version": "1.0.15", "description": "OwlApply compares job listings with your resume, auto-fills forms, and creates custom cover letter PDF for each application.", "author": "[email protected]", "permissions": [ "storage", "cookies", "webRequest" ], "host_permissions": [ "https:\/\/*.owlapply.com\/", "https:\/\/*.linkedin.com\/voyager\/api\/jobs\/jobPostings\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.owlapply.com\/" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAquyEJXYYgHOO2Mo+D0rS9AiypQPSol3+HC\/uDS\/1KsbXioZkpwPoT35iRUhzPw5CFeBVZwjXRBKy73siwsCSazq0fB1fm00TEiKel2tln0wDMy3m6UproWyuXCebq+n1LO\/VZNtXUYl9L5IgyH+qgBH7rgpplLNteZeAhpL8IygD23fyGwu8mcOmFPYgh9JHZEIcMn441KD23mv+uAv+2GAd5Bv1hdVcQkurKX\/NimlYDO\/cgUr1fLCNGMdIr1G0i0\/egQYlvECilL7LEHcKVSx0SPvJHmxJbuN91eliMxvG6a4PJ98eVqWM632Ms7xtCmLNutYX0Cmh+LZx6JQDZwIDAQAB", "background": { "service_worker": "background.iife.js", "type": "module" }, "action": { "default_icon": "icon-64.png", "default_title": "Open Window" }, "icons": { "34": "icon-34.png", "64": "icon-64.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/index.iife.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "<all_urls>" ], "js": [ "content-ui\/index.iife.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "<all_urls>" ], "js": [ "main-script\/index.iife.js" ], "run_at": "document_start", "all_frames": false, "world": "MAIN" }, { "matches": [ "<all_urls>" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "*.png", "icon-34.png", "icon-64.png", "icon-128.png", "logo.png", "icons\/*" ], "matches": [ "*:\/\/*\/*" ] } ] }