Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Feb 14, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NovaTalks Helper",
"description": "Quick inbox\/team presets, message insertion, and hotkeys for NovaTalks.",
"version": "1.0.0",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/elevare.cloud.novatalks.com.ua\/*"
],
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/elevare.cloud.novatalks.com.ua\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}