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": "Duet Mail - AI Email Assistant for Gmail",
"description": "AI-powered Gmail assistant: auto-drafts replies in your voice, summarizes threads, and organizes your inbox. Save 4+ hours\/week.",
"version": "1.4.2",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"permissions": [
"storage",
"cookies",
"scripting",
"alarms"
],
"host_permissions": [
"*:\/\/mail.google.com\/*",
"https:\/\/*.duetmail.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"pageWorld.js",
"\/icon\/duet-logo.svg",
"\/icon\/duet-logo-letter.svg"
],
"matches": [
"*:\/\/mail.google.com\/*"
]
},
{
"resources": [
"content-scripts\/gmail.css"
],
"matches": [
"*:\/\/mail.google.com\/*"
]
}
],
"background": {
"type": "module",
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/gmail.js"
]
}
]
}