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,…”。
扩展截图
下载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
扩展基本信息
名称 | |
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'" } |