Resonaid
Automated personalized messages for your LinkedIn outreach.
Qu'est-ce que Resonaid ?
Resonaid est une extension Chrome développée par https://resonaid.co, et sa fonction principale est "Automated personalized messages for your LinkedIn outreach.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Resonaid
Téléchargez les fichiers d'extension Resonaid 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
In a world where ever more companies compete for customers, it’s impossible to get your prospect’s attention without connecting on a personal level. By providing automated personalized messages for your LinkedIn outreach, Resonaid helps you to stand out, to truly connect with your prospects, and to leave standardized messages behind forever. Resonaid compares your and your prospect’s LinkedIn profiles and identifies “Hooks” that help you to connect over shared interests. And the cherry on top is that Pro Resonaid Users can cut their time per prospect down to 15 seconds. ______________________ Having been sales professionals ourselves, we know your pain points and we’re dedicated to making your life easier. Try it out right now! > with ❤️ by Persuaide
Informations de Base sur l'Extension
Nom | Resonaid |
ID | fndnhbhipldpbhpnjmnadkeengnckdik |
URL Officiel | https://chromewebstore.google.com/detail/resonaid/fndnhbhipldpbhpnjmnadkeengnckdik |
Description | Automated personalized messages for your LinkedIn outreach. |
Taille du Fichier | 351 KB |
Nombre d'Installations | 17 |
Version Actuelle | 0.3.3 |
Dernière Mise à Jour | 2022-03-14 |
Date de Publication | 2021-09-28 |
Évaluation | 5.00/5 Total 25 Évaluations |
Développeur | https://resonaid.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://resonaid.co |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.3.3", "name": "Resonaid", "description": "Automated personalized messages for your LinkedIn outreach.", "permissions": [ "https:\/\/*.resonaid.co\/*", "storage", "activeTab", "webNavigation" ], "icons": { "512": "icons\/512.png", "128": "icons\/128.png", "64": "icons\/64.png", "48": "icons\/48.png", "32": "icons\/32.png" }, "background": { "scripts": [ "background\/background.js" ] }, "browser_action": { "default_icon": { "512": "icons\/512.png", "128": "icons\/128.png", "64": "icons\/64.png", "48": "icons\/48.png", "38": "icons\/38.png", "32": "icons\/32.png", "19": "icons\/19.png", "16": "icons\/16.png" }, "default_title": "Resonaid" }, "content_scripts": [ { "all_frames": true, "match_about_blank": false, "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.resonaid.co\/*" ], "js": [ "content\/content.js" ] } ], "web_accessible_resources": [ "icons\/512.png", "popup\/index.html", "popup\/index.js" ] } |