DoSales: Email Tracking & Templates For Gmail

DoSales will help you boost your sales by increasing your productivity with email tracking and email templates.

What is DoSales: Email Tracking & Templates For Gmail?

DoSales: Email Tracking & Templates For Gmail is a Chrome extension developed by https://dosales.email, and its main feature is "DoSales will help you boost your sales by increasing your productivity with email tracking and email templates.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download DoSales: Email Tracking & Templates For Gmail Extension CRX File

Download DoSales: Email Tracking & Templates For Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Sell More Work Less
Powerfull Email Tools for Gmail

Know the moment a lead opens your email, track if they clicked your links and minimize manual work with email templates.

Write emails faster!
Increase your productivity with email & paragraph templates and keyboard shortcuts in Gmail.

★ Send Emails In A Few Seconds
Respond faster to your customers. Stop wasting time writing same emails over and over again. Insert prepared email templates with a single click into Gmail compose.
Useful for Customer Support replies, Sales follow ups, Personal productivity.

★ Group Templates Into Folders
Create library of email templates and organise them into folders for different email categories and boost your sales productivity. 
Useful for Agencies, Entrepreneurs, Small Businesses, Managers, C level executives.

★ Insert Paragraphs In Single Click
Create templates out of repetitive pieces of text. Insert them in your emails within seconds with shortcuts, and respond faster to your customers!
Useful for Customer Support, Sales, Personal productivity.

★ Know when your emails are opened and increase your sales with timely follow ups.
DoSales extension adds the double-check marks to your Gmail so you can easily track emails and get a read receipt. You will also receive a real time desktop notification once your emails are opened and links are clicked.

★ EMAIL TRACKING FOR GMAIL 
- See which emails have been read, how long ago and how many times
- Stop wondering if your colleagues read your emails or they simply ignored you :)

★ DoSales LIFETIME plan
- No DoSales signature
- Unlimited Users (after buying certain LIFETIME plan)
- Unlimited Email Templates
- Unlimited Template Folders
- Unlimited Email tracking for Gmail
- Unlimited Link tracking (track who clicked on your links)
- Real-time notifications when your emails are open
- Email & chat support

★ WHO IS IT FOR?
- SDRs, Account Executives, sales teams and CLOSERS!
- Account managers, businesses, anyone with direct client relationships
- Professionals looking to increase their email productivity and track emails
- Project managers, coordinators 
- Consultants and freelancers
- For professionals using Gmail

Find out more at: https://dosales.email
Your feedback is welcome at [email protected]                    

Extension Basic Information

Name DoSales: Email Tracking & Templates For Gmail DoSales: Email Tracking & Templates For Gmail
ID akpikppoefbofggjigeibpnkldpdjmoi
Official URL https://chromewebstore.google.com/detail/dosales-email-tracking-te/akpikppoefbofggjigeibpnkldpdjmoi
Description DoSales will help you boost your sales by increasing your productivity with email tracking and email templates.
File Size 61.73 KB
Installation Count 42
Current Version 1.0.0.5
Last Updated 2021-06-23
Publish Date 2020-07-02
Rating 4.00/5 Total 1 Ratings
Developer https://dosales.email
Email [email protected]
Payment Type free
Extension Website https://dosales.email
Help Page URL https://dosales.email/#faq
Privacy Policy Page URL https://www.dosales.email/privacy-policy
Supported Languages en
manifest.json
{
    "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": "1.0.0.5",
    "icons": {
        "16": "\/icons\/icon_16.png",
        "32": "\/icons\/icon_32.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    },
    "web_accessible_resources": [
        "script\/static\/main.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "script\/yanado.inject.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.yanado.com\/*"
        ]
    },
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.dosales.email; object-src 'self'",
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/*.googleusercontent.com\/proxy\/*",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.yanado.com\/*",
        "https:\/\/*.dotrack.email\/*",
        "https:\/\/*.dotemplates.email\/*",
        "https:\/\/*.dosales.email\/*"
    ]
}