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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dropresponder.com, και η κύρια λειτουργία του είναι "A powerful CRM and automation suite for Gmail users. *Track your leads, prospects, sales, etc inside Gmail! *Sort, search,…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DropResponder for Gmail

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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'"
}