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": "OutXAI - Track LinkedIn Posts, Keywords & Leads with Verified Emails",
"version": "0.0.126",
"description": "Get real-time updates when your prospects post, switch jobs, or get mentioned and take action right from their profile.",
"permissions": [
"cookies",
"storage",
"tabs",
"scripting",
"alarms"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"host_permissions": [
"https:\/\/*.linkedin.com\/*",
"https:\/\/www.linkedin.com\/*",
"http:\/\/localhost:5173\/*",
"https:\/\/www.outx.ai\/",
"https:\/\/mentions.outx.ai\/*",
"https:\/\/cafqluqomuhgtchexldv.supabase.co\/*",
"https:\/\/esm.sh\/*",
"https:\/\/www.reddit.com\/*",
"https:\/\/api.outx.ai\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "outx-logo.png",
"128": "outx-logo.png"
}
},
"background": {
"service_worker": "background\/index.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.linkedin.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": false,
"type": "module"
}
],
"icons": {
"48": "outx-logo.png",
"128": "outx-logo.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"*.js"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:5173\/*",
"https:\/\/mentions.outx.ai\/*",
"https:\/\/www.outx.ai\/*"
]
}
}