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": "\ud83d\ude80 AI Email Assistant for B2B Sales in Gmail",
"description": "Write better prospecting emails with AI. Automate follow-ups and turn conversations into opportunities in Gmail.",
"version": "1.0.3",
"action": {
"default_popup": ""
},
"icons": {
"32": "phraso-icon.png",
"128": "phraso-icon.png"
},
"permissions": [
"activeTab",
"scripting",
"clipboardWrite"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"contentScript.js"
]
}
],
"host_permissions": [
"https:\/\/mail.google.com\/*",
"https:\/\/dev-auth.phraso.ai\/*",
"https:\/\/test-auth.phraso.ai\/*",
"https:\/\/auth.phraso.ai\/*",
"https:\/\/clients6.google.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"iframe.html",
"iframe dev.html",
"assets\/*",
"src\/*",
"src\/*\/*",
"phraso-icon.png",
"close.html",
"autho.html"
],
"matches": [
"https:\/\/mail.google.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'none'; frame-src 'self' https:\/\/dev-auth.phraso.ai https:\/\/test-auth.phraso.ai https:\/\/auth.phraso.ai"
}
}