Ding
A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]
Ding là gì?
Ding là một tiện ích mở rộng Chrome được phát triển bởi Chris Gray, và tính năng chính của nó là "A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ding
Tải xuống các tệp mở rộng Ding dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ding |
ID | bmdjphpepbkfmgaphblghfocmoiglagd |
URL Chính Thức | https://chromewebstore.google.com/detail/ding/bmdjphpepbkfmgaphblghfocmoiglagd |
Mô tả | A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected] |
Kích Thước Tệp | 242 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 0.0.24 |
Cập Nhật Lần Cuối | 2016-08-16 |
Ngày Phát Hành | 2016-08-16 |
Nhà Phát Triển | Chris Gray |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |