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": "ReplyTruck - AI Assistant for LinkedIn Engagement",
"version": "1.8.1",
"manifest_version": 3,
"description": "Create context-aware comments in one click. Works for personal profiles and company pages.",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/copytruck.bubbleapps.io\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "ReplyTruck128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/linkedin.com\/*"
],
"js": [
"Script.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"icons": {
"128": "ReplyTruck128.png"
}
}