DoSales: Email Tracking & Templates For Gmail

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

O que é DoSales: Email Tracking & Templates For Gmail?

DoSales: Email Tracking & Templates For Gmail é uma extensão do Chrome desenvolvida por https://dosales.email, e sua principal característica é "DoSales will help you boost your sales by increasing your productivity with email tracking and email templates.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DoSales: Email Tracking & Templates For Gmail

Baixe arquivos de extensão DoSales: Email Tracking & Templates For Gmail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome DoSales: Email Tracking & Templates For Gmail DoSales: Email Tracking & Templates For Gmail
ID akpikppoefbofggjigeibpnkldpdjmoi
URL Oficial https://chromewebstore.google.com/detail/dosales-email-tracking-te/akpikppoefbofggjigeibpnkldpdjmoi
Descrição DoSales will help you boost your sales by increasing your productivity with email tracking and email templates.
Tamanho do Arquivo 61.73 KB
Contagem de Instalações 42
Versão Atual 1.0.0.5
Última Atualização 2021-06-23
Data de Publicação 2020-07-02
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor https://dosales.email
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dosales.email
URL da Página de Ajuda https://dosales.email/#faq
URL da Página de Política de Privacidade https://www.dosales.email/privacy-policy
Idiomas Suportados 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\/*"
    ]
}