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",
"name": "DoSales: Email Tracking & Templates For Gmail",
"short_name": "DoSales",
"description": "DoSales will help you boost your sales by increasing your productivity with email tracking and email templates.",
"version": "3.0.0.0",
"icons": {
"16": "\/icons\/icon_16.png",
"32": "\/icons\/icon_32.png",
"48": "\/icons\/icon_48.png",
"128": "\/icons\/icon_128.png"
},
"web_accessible_resources": [
{
"resources": [
"script\/static\/main.js",
"src_web\/templates\/yanado.templates.html",
"src_web\/font\/*",
"src_web\/images\/*",
"src_web\/img\/*",
"src_web\/sound\/*",
"pageWorld.js",
"src_web\/templates\/do-sales.templates.html"
],
"matches": [
"https:\/\/mail.google.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"script\/yanado.inject.js",
"src_web\/do-sales.vendor.js",
"src_web\/do-sales.inject.js"
],
"css": [
"src_web\/css\/do-sales.styles.css"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.yanado.com\/*"
]
},
"manifest_version": 3,
"background": {
"service_worker": "serviceWorker.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset",
"enabled": true,
"path": "rules.json"
}
]
},
"permissions": [
"notifications",
"tabs",
"storage",
"scripting",
"declarativeNetRequest",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"*:\/\/mail.google.com\/*",
"https:\/\/*.yanado.com\/*",
"https:\/\/*.dotrack.email\/*",
"https:\/\/*.dotemplates.email\/*",
"https:\/\/*.dosales.email\/*"
]
}