Ding
A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]
Ding란 무엇입니까?
Ding은(는) Chris Gray에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]"입니다.
확장 프로그램 스크린샷
Ding 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ding is a free Gmail extension that helps salespeople write better prospecting emails. Ding increases your response rates by correcting your language against a database of sales terms and phrases curated from email marketing experts and sales coaches. LEVERAGE REAL-TIME SALES LESSONS FROM INDUSTRY EXPERTS AT: - Salesforce - Inc.com - HubSpot - Yesware - Harvard Business Review Contact me on LinkedIn at https://ca.linkedin.com/in/chris-gray-73a1b621
확장 프로그램 기본 정보
이름 | Ding |
ID | bmdjphpepbkfmgaphblghfocmoiglagd |
공식 URL | https://chromewebstore.google.com/detail/ding/bmdjphpepbkfmgaphblghfocmoiglagd |
설명 | A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected] |
파일 크기 | 242 KB |
설치 횟수 | 37 |
현재 버전 | 0.0.24 |
최근 업데이트 | 2016-08-16 |
출시 날짜 | 2016-08-16 |
개발자 | Chris Gray |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ding", "version": "0.0.24", "manifest_version": 2, "description": "A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "bower_components\/gmail.js\/src\/gmail.js", "bower_components\/dom-regexp-match\/dom-regexp-match-1.1.0.js", "scripts\/warnings.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "web_accessible_resources": [ "images\/*" ] } |