CoffeeAI: Hyper-Personalized Sales Emails

Perk up your prospects with hyper-personalized messages. 3x conversion - 10x faster.

Was ist CoffeeAI: Hyper-Personalized Sales Emails?

CoffeeAI: Hyper-Personalized Sales Emails ist eine Chrome-Erweiterung, die von https://get-coffee.ai entwickelt wurde, und ihr Hauptmerkmal ist "Perk up your prospects with hyper-personalized messages. 3x conversion - 10x faster.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CoffeeAI: Hyper-Personalized Sales Emails-Erweiterungs-CRX-Datei herunterladen

Laden Sie CoffeeAI: Hyper-Personalized Sales Emails-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🚀 To get started:
1. Create a CoffeeAI account
2. Set up your profile in seconds ⏱️
3. Head to your prospect's LinkedIn profile, and start generating personalized messages!

Don't feel like our generated messages are saying exactly what you want? Our 🔵 Blueprints 🔵 allow you to easily configure CoffeeAI to generate your perfect messages, whether it's choosing the exact Call To Action or even refining your Pitch!                    

Grundlegende Informationen zur Erweiterung

Name CoffeeAI: Hyper-Personalized Sales Emails CoffeeAI: Hyper-Personalized Sales Emails
ID ljganmjpdpdhihlanmnioaldnbgpokep
Offizielle URL https://chromewebstore.google.com/detail/coffeeai-hyper-personaliz/ljganmjpdpdhihlanmnioaldnbgpokep
Beschreibung Perk up your prospects with hyper-personalized messages. 3x conversion - 10x faster.
Dateigröße 4.63 MB
Installationsanzahl 764
Aktuelle Version 0.0.23
Letztes Update 2023-08-21
Veröffentlichungsdatum 2023-04-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://get-coffee.ai
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.get-coffee.ai/
URL der Datenschutzrichtlinien-Seite https://www.segna.io/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Perk up your prospects with hyper-personalized messages. 3x conversion - 10x faster.",
    "version": "0.0.23",
    "manifest_version": 3,
    "name": "CoffeeAI: Hyper-Personalized Sales Emails",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/app.salesloft.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}