Ding
A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]
Ding क्या है?
Ding Chris Gray द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ding एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |