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": "Sendd: speech-to-email - Dictate, Refine, & Send (Gmail & Outlook)",
"version": "1.38",
"description": "Use speech-to-text transcription to generate well-written emails using our context-aware AI - all within Gmail or Outlook.",
"permissions": [
"identity",
"storage",
"alarms",
"scripting",
"tabs",
"webNavigation",
"webRequest"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "images\/logo_icon16.png",
"48": "images\/logo_icon48.png",
"128": "images\/logo_icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"content.js",
"content.css",
"properties.css",
"images\/*",
"fonts\/*",
"pages\/*",
"modal\/*"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_title": "Sendd.ai",
"default_icon": "images\/logo_icon.png",
"default_popup": "popup\/popup.html"
},
"oauth2": {
"client_id": "19537783797-ohuk2rkfel6dlqetmcvajmq4lri54c3e.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
}
}