Accelerated Gmail Sales Assistance.Automate your follow-up emails and get a response! Send emails from inside Gmail.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Salescurve - No. 1 Automated Email Follow-up",
"version": "2.4.14",
"content_scripts": [
{
"matches": [
"https://mail.google.com/*"
],
"js": [
"jquery.js",
"bootstrap.js",
"content.js"
],
"css": [
"bootstrap.css"
]
}
],
"browser_action": {
"default_title": "Salescurve",
"default_icon": "salescurveicon.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Accelerated Gmail Sales Assistance.Automate your follow-up emails and get a response! Send emails from inside Gmail.",
"permissions": [
"activeTab"
],
"web_accessible_resources": [
"manifest.json"
]
}