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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |