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": "Odoo CRM",
"version": "1.0.6",
"description": "This extension allows you to directly create leads in any Odoo instance. Please note that this is the beta version.",
"author": "[email protected]",
"icons": {
"48": "images\/icon.png",
"128": "images\/icon.png"
},
"action": {
"default_icon": {
"16": "images\/Odoo CRM ext Logo 32x32.png",
"24": "images\/Odoo CRM ext Logo 32x32.png",
"32": "images\/Odoo CRM ext Logo 32x32.png"
},
"default_title": "Click Me"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"notifications",
"scripting",
"activeTab"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"host_permissions": [
"<all_urls>"
]
}