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?

DropResponder for Gmail是由https://dropresponder.com開發的Chrome擴展程式,該擴展的主要功能是“A powerful CRM and automation suite for Gmail users. *Track your leads, prospects, sales, etc inside Gmail! *Sort, search,…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載DropResponder for Gmail擴展crx文件

下載DropResponder for Gmail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 DropResponder for Gmail DropResponder for Gmail
ID ggflodpkeedjmjepigkckjmhcbhlflng
官方網址 https://chromewebstore.google.com/detail/dropresponder-for-gmail/ggflodpkeedjmjepigkckjmhcbhlflng
簡介 A powerful CRM and automation suite for Gmail users. *Track your leads, prospects, sales, etc inside Gmail! *Sort, search,…
檔案大小 29.17 KB
安裝次數 1,596
目前版本 0.1.1.30
更新時間 2023-05-25
上架時間 2020-04-27
評分 4.58/5 共 19 次評分
開發者 https://dropresponder.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://dropresponder.com
說明頁面URL https://support.dropresponder.com
隱私政策頁面URL https://dropresponder.com/privacy_policy
支援的語言 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'"
}