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": "Linkevate - Tool for Consistent LinkedIn Engagement and Lead Generation",
"version": "3.4",
"description": "A Chrome extension that generates authentic LinkedIn comments, posts, and DMs in your voice to save time and boost engagement.",
"permissions": [
"activeTab",
"tabs",
"scripting",
"sidePanel",
"storage"
],
"host_permissions": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/api.linkevate.com\/*",
"https:\/\/checkout.stripe.com\/*",
"https:\/\/billing.stripe.com\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"js": [
"linkedin-content-script.js"
],
"run_at": "document_end"
}
],
"action": {
"default_title": "Click to open panel",
"default_icon": {
"16": "icons\/Favicon (1).png",
"48": "icons\/Favicon (1).png",
"128": "icons\/Favicon (1).png"
}
},
"side_panel": {
"default_path": "login.html"
},
"web_accessible_resources": [
{
"resources": [
"auth-check.js"
],
"matches": [
"<all_urls>"
]
}
]
}