Ding
A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]
Qu'est-ce que Ding ?
Ding est une extension Chrome développée par Chris Gray, et sa fonction principale est "A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ding
Téléchargez les fichiers d'extension Ding au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Ding |
ID | bmdjphpepbkfmgaphblghfocmoiglagd |
URL Officiel | https://chromewebstore.google.com/detail/ding/bmdjphpepbkfmgaphblghfocmoiglagd |
Description | A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected] |
Taille du Fichier | 242 KB |
Nombre d'Installations | 37 |
Version Actuelle | 0.0.24 |
Dernière Mise à Jour | 2016-08-16 |
Date de Publication | 2016-08-16 |
Développeur | Chris Gray |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |