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.

O que é Persuwise: AI Writer & 360 Outreach Assistant?

Persuwise: AI Writer & 360 Outreach Assistant é uma extensão do Chrome desenvolvida por https://persuwise.com, e sua principal característica é "Boost email outreach: enrich contact data, gain AI insights, craft AI-tailored emails & write effectively with our Assistant's help.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Persuwise: AI Writer & 360 Outreach Assistant

Baixe arquivos de extensão Persuwise: AI Writer & 360 Outreach Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Persuwise: AI Writer & 360 Outreach Assistant Persuwise: AI Writer & 360 Outreach Assistant
ID oambnbblefeckkjlhgamlfjlklkoegof
URL Oficial https://chromewebstore.google.com/detail/persuwise-ai-writer-360-o/oambnbblefeckkjlhgamlfjlklkoegof
Descrição Boost email outreach: enrich contact data, gain AI insights, craft AI-tailored emails & write effectively with our Assistant's help.
Tamanho do Arquivo 715 KB
Contagem de Instalações 70
Versão Atual 0.0.1.6
Última Atualização 2023-11-20
Data de Publicação 2023-10-10
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://persuwise.com
Email [email protected]
Tipo de Pagamento in_app
URL da Página de Ajuda https://persuwise.com/Contact/
URL da Página de Política de Privacidade https://persuwise.com/Privacy
Idiomas Suportados 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"
    }
}