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": "Smart Response",
"version": "1.0.1",
"description": "Templates Gmail intelligents avec variables. Cr\u00e9ez, g\u00e9rez et r\u00e9utilisez vos emails types. Gain de temps garanti !",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/mail.google.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"dist\/content.js"
]
}
]
}