DropResponder for Gmail

A powerful CRM and automation suite for Gmail users. *Track your leads, prospects, sales, etc inside Gmail! *Sort, search,…

DropResponder for Gmail là gì?

DropResponder for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://dropresponder.com, và tính năng chính của nó là "A powerful CRM and automation suite for Gmail users. *Track your leads, prospects, sales, etc inside Gmail! *Sort, search,…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DropResponder for Gmail

Tải xuống các tệp mở rộng DropResponder for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A powerful CRM and automation suite for Gmail users. 

*Track your leads, prospects, sales, etc inside Gmail!

*Sort, search, group, and filter all your data.

*Get advanced CRM and spreadsheet functionality - track names, documents, status, dates, all right inside Gmail!

*Lightning fast canned responses and email templates (with keyboard shortcuts)

*Send automated follow up sequences

*Follow up sequences can be sent for cold emails AND existing threads.

*Mail merge and send cold email

*Batch emails in mail merge to send throughout the day

*Personalize your follow ups or outbound email with customizable variables like {{ first_name }}

*Track who opens your emails.

*One click Google docs generation

*Email reminders

*Saved views

*Google Docs to Markdown export

We're always improving DropResponder. Stay updated with DropResponder on the web and social media:

Website: https://dropresponder.com
Blog: https://dropresponder.com
How to use: https://dropresponder.com/docs

Our privacy policy: https://dropresponder.com/privacy_policy                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DropResponder for Gmail DropResponder for Gmail
ID ggflodpkeedjmjepigkckjmhcbhlflng
URL Chính Thức https://chromewebstore.google.com/detail/dropresponder-for-gmail/ggflodpkeedjmjepigkckjmhcbhlflng
Mô tả A powerful CRM and automation suite for Gmail users. *Track your leads, prospects, sales, etc inside Gmail! *Sort, search,…
Kích Thước Tệp 29.17 KB
Số Lần Cài Đặt 1,596
Phiên Bản Hiện Tại 0.1.1.30
Cập Nhật Lần Cuối 2023-05-25
Ngày Phát Hành 2020-04-27
Đánh Giá 4.58/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://dropresponder.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dropresponder.com
URL Trang Trợ Giúp https://support.dropresponder.com
URL Trang Chính Sách Bảo Mật https://dropresponder.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DropResponder for Gmail",
    "version": "0.1.1.30",
    "manifest_version": 2,
    "options_page": "app\/options.html",
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/localhost:3141\/*",
                "https:\/\/pigeonapi.herokuapp.com\/*",
                "https:\/\/trypigeon.co\/*",
                "https:\/\/dropresponder.com\/*",
                "https:\/\/storage.googleapis.com\/*"
            ],
            "js": [
                "\/inboxsdk.js",
                "\/loader.js"
            ],
            "css": [
                "\/styles.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/mail.google.com\/",
        "*:\/\/*.googleusercontent.com\/",
        "*:\/\/*.google.com\/",
        "*:\/\/*.dropresponder.com\/",
        "*:\/\/*.trypigeon.co\/"
    ],
    "background": {
        "scripts": [
            "app\/options.js",
            "app\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}