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 | 
| 电子邮箱 | [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\/*"
    ]
}  |  |