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ファイルをダウンロード
Ding拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |