DoSales: Email Tracking & Templates For Gmail

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

DoSales: Email Tracking & Templates For Gmailとは何ですか?

DoSales: Email Tracking & Templates For Gmailはhttps://dosales.emailによって開発されたChromeの拡張機能で、その主な機能は「DoSales will help you boost your sales by increasing your productivity with email tracking and email templates.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

DoSales: Email Tracking & Templates For Gmail拡張機能のCRXファイルをダウンロード

DoSales: Email Tracking & Templates For Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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]                    

拡張機能の基本情報

名前 DoSales: Email Tracking & Templates For Gmail DoSales: Email Tracking & Templates For Gmail
ID akpikppoefbofggjigeibpnkldpdjmoi
公式URL https://chromewebstore.google.com/detail/dosales-email-tracking-te/akpikppoefbofggjigeibpnkldpdjmoi
説明 DoSales will help you boost your sales by increasing your productivity with email tracking and email templates.
ファイルサイズ 61.73 KB
インストール数 42
現在のバージョン 1.0.0.5
最終更新日 2021-06-23
公開日 2020-07-02
評価 4.00/5 合計 1 レビュー
開発者 https://dosales.email
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://dosales.email
ヘルプページのURL https://dosales.email/#faq
プライバシーポリシーページのURL https://www.dosales.email/privacy-policy
対応言語 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\/*"
    ]
}