Persuwise: AI Writer & 360 Outreach Assistant
Boost email outreach: enrich contact data, gain AI insights, craft AI-tailored emails & write effectively with our Assistant's help.
Wat is Persuwise: AI Writer & 360 Outreach Assistant?
Persuwise: AI Writer & 360 Outreach Assistant is een Chrome-extensie ontwikkeld door https://persuwise.com, en de belangrijkste functie is "Boost email outreach: enrich contact data, gain AI insights, craft AI-tailored emails & write effectively with our Assistant's help.".
Extensie Screenshots
Download het CRX-bestand van de extensie Persuwise: AI Writer & 360 Outreach Assistant
Download Persuwise: AI Writer & 360 Outreach Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features & Benefits:
💡Contact Profile Enrichment
Input an email and learn about your contact and their company.
▪️ Check your contact's role, background, social media & more.
▪️ View headcount, revenue & beyond, to save research time.
🧠AI-Driven Profile Insights
Extract meaningful insights about your contacts with AI help.
▪️ Understand your prospect responsibilities, goals & more.
▪️ Grasp the company dynamics through a SWOT analysis.
✍️AI-Tailored Emails with GPT-4
Boost your outreach with effective personalized writing.
▪️ Merge your context with your contact's background & needs.
▪️ Add your prompt and let our model kickstart your inspiration.
🚀Writing Assistant
Get high email response rate, use our clarity & engagement tips.
▪️ Write effectively: clarity, persuasiveness & engagement cues.
▪️ Mobile-Ready: Perfect presentation on all devices.
▪️ Email scoring: Use a benchmark to know when to hit 'send'.
✅Use cases:
▪️ Email Effectiveness
Enhance every email's clarity, engagement, and persuasion, ensuring ease of understanding and response for the recipient. Applies to both human-crafted and AI-assisted emails.
▪️ SDR's Conversion Rate Improvement
Rapidly improve lead response times. Be the first to provide personalized, relevant replies within minutes, increasing the chances of setting more meetings.
▪️ BDR's/Account Executives' Engagement Improvement
Deeply understand your contact's motivations and the dynamics of their company. Tailor your communication to resonate better with each contact's unique context.
▪️ Founders' Information and Tool Stack Enhancement
Efficiently prepare for high-stakes meetings directly in Gmail. Access essential background information about investors/stakeholders/customers in one place.
📩 Gmail Integration: easily available in your compose window.
🔒 Your Data, Respected: We don't store your email content.
🎁 Try Before You Buy: Experience with a Free Trial.
💌 Expert Support: Our sales-savvy team is here to for you.
👥 For Sales, By Sales 💌
Transform your email outreach with Persuwise today! Basisinformatie over de Extensie
| Naam | |
| ID | oambnbblefeckkjlhgamlfjlklkoegof |
| Officiële URL | https://chromewebstore.google.com/detail/persuwise-ai-writer-360-o/oambnbblefeckkjlhgamlfjlklkoegof |
| Beschrijving | Boost email outreach: enrich contact data, gain AI insights, craft AI-tailored emails & write effectively with our Assistant's help. |
| Bestandsgrootte | 715 KB |
| Aantal Installaties | 70 |
| Huidige Versie | 0.0.1.6 |
| Laatst Bijgewerkt | 2023-11-20 |
| Publicatiedatum | 2023-10-10 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | https://persuwise.com |
| [email protected] | |
| Betalingswijze | in_app |
| Help Pagina-URL | https://persuwise.com/Contact/ |
| URL van de Privacybeleid Pagina | https://persuwise.com/Privacy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Persuwise: AI Writer & 360 Outreach Assistant",
"version": "0.0.1.6",
"description": "Boost email outreach: enrich contact data, gain AI insights, craft AI-tailored emails & write effectively with our Assistant's help.",
"options_ui": {
"page": "dist\/options.html",
"open_in_tab": true
},
"action": {
"default_popup": "dist\/popup.html",
"default_icon": {
"16": "dist\/images\/icon16.png",
"48": "dist\/images\/icon48.png",
"128": "dist\/images\/icon128.png"
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyL\/I7fEsHHgi+7gvOK8wmBtNeOCZGlm5eyo62tXjyIihSvgQPZqtzwwkx7F0jj2FMwcahoGENUXq00QZONxdCzo1W8stVkda8bseLzhKCL0U76\/SBQzFmKuZwDZV2K6hz6Ldu5jxHsphLPmzDTR9kQlhl1kYpn1d35YNY7ZdeRefamFVhUphtm+NIMhJgNK91M\/7yg+2D4mEKQJt2KxBo749LyTzCKVY0DR6jKNMrIW+aiyvVTMyyD3pI5FQtczHaMvhIjYkrqlUNJ2guuu9SQDuy93DVUhx+3xo1nL3Y2Kf7b99K55Tmws0TafnMmqNcCzCnEAeQcYunvdSZIUFnwIDAQAB",
"permissions": [
"activeTab",
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"js": [
"dist\/index.js"
],
"css": [
"dist\/popup.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/*",
"dist\/images\/*"
],
"matches": [
"*:\/\/mail.google.com\/*"
]
}
],
"host_permissions": [
"https:\/\/*.persuwise.com\/*"
],
"background": {
"service_worker": "dist\/background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/api.persuwise.com\/* https:\/\/dev-rax5jgxpik0utxqa.us.auth0.com;"
},
"icons": {
"16": "dist\/images\/icon16.png",
"48": "dist\/images\/icon48.png",
"128": "dist\/images\/icon128.png"
}
} | |