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,
"name": "wisereply - AI LinkedIn Comment Generator",
"version": "5.0.0",
"description": "Generate intelligent LinkedIn comments safely with sliding side panel. No risk of getting banned.",
"permissions": [
"storage",
"sidePanel"
],
"host_permissions": [
"https:\/\/wisereply3.vercel.app\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Open wisereply Side Panel"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"oauth2": {
"client_id": "734756192967-94s6o6ah2lglr4oopg8gec6o89hml60n.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"_dev_notes": {
"current_extension_id": "cdhfbcldgppfnldhjneidcpnflgebbge",
"live_extension_oauth": "734756192967-94s6o6ah2lglr4oopg8gec6o89hml60n.apps.googleusercontent.com",
"note": "Using OAuth from live extension until v5.0 is published"
}
}