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.

What is Persuwise: AI Writer & 360 Outreach Assistant?

Persuwise: AI Writer & 360 Outreach Assistant is a Chrome extension developed by https://persuwise.com, and its main feature is "Boost email outreach: enrich contact data, gain AI insights, craft AI-tailored emails & write effectively with our Assistant's help.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Persuwise: AI Writer & 360 Outreach Assistant Extension CRX File

Download Persuwise: AI Writer & 360 Outreach Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Persuwise: AI Writer & 360 Outreach Assistant Persuwise: AI Writer & 360 Outreach Assistant
ID oambnbblefeckkjlhgamlfjlklkoegof
Official URL https://chromewebstore.google.com/detail/persuwise-ai-writer-360-o/oambnbblefeckkjlhgamlfjlklkoegof
Description Boost email outreach: enrich contact data, gain AI insights, craft AI-tailored emails & write effectively with our Assistant's help.
File Size 715 KB
Installation Count 70
Current Version 0.0.1.6
Last Updated 2023-11-20
Publish Date 2023-10-10
Rating 5.00/5 Total 7 Ratings
Developer https://persuwise.com
Email [email protected]
Payment Type in_app
Help Page URL https://persuwise.com/Contact/
Privacy Policy Page URL https://persuwise.com/Privacy
Supported Languages 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"
    }
}