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": "Fiverr Inbox AI CRM",
"version": "3.1",
"description": "Professional AI Workspace with Persona Customization and automation.",
"permissions": [
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"https:\/\/www.fiverr.com\/*",
"https:\/\/*.fiverr.com\/*",
"https:\/\/api.openai.com\/*",
"https:\/\/generativelanguage.googleapis.com\/*",
"https:\/\/api.groq.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.fiverr.com\/*"
],
"css": [
"styles.css"
],
"js": [
"utils.js",
"feature_notes_api.js",
"feature_ai_reply.js",
"feature_summarize.js",
"feature_translate.js",
"feature_api_manager.js",
"feature_grammar_fix.js",
"feature_templates.js",
"feature_customize.js",
"main_grid.js"
]
}
]
}