Mighty

Superpowered Sales Emails

Was ist Mighty?

Mighty ist eine Chrome-Erweiterung, die von suri.gurtej entwickelt wurde, und ihr Hauptmerkmal ist "Superpowered Sales Emails".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Mighty-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mighty-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

                        Mighty Chrome Extension - Personalized Cold Emails Simplified

Mighty Chrome Extension is your ultimate tool for sales communication. As a sales representative, time is money. And with Mighty, you can reclaim your time while also increasing the effectiveness of your cold outreach.

With our unique personalization capabilities, all you need to do is submit the prospect's name and their company name. Mighty then goes to work, creating a tailored cold email that captures attention and stimulates interest.

But that's not all! Want to ensure the email feels like you? With Mighty, you can modify the length of your email to suit your preference and even train the program on your personal writing style. By securely connecting your Gmail, Mighty learns your tone, approach, and language, tailoring each email to sound like you, not a robot.

With Mighty, your emails will resonate more, your response rate will skyrocket, and your sales conversion will soar. Experience the power of personalized, efficient, and intelligent email outreach with the Mighty Chrome Extension today!                    

Grundlegende Informationen zur Erweiterung

Name Mighty Mighty
ID impaalobgpinahhmcbmlfkiklpljiknl
Offizielle URL https://chromewebstore.google.com/detail/mighty/impaalobgpinahhmcbmlfkiklpljiknl
Beschreibung Superpowered Sales Emails
Dateigröße 138 KB
Installationsanzahl 52
Aktuelle Version 1.95
Letztes Update 2024-01-17
Veröffentlichungsdatum 2023-08-08
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler suri.gurtej
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/e/2PACX-1vTobnHv21EEIzrq0uB4xrutWspcFrZQIZrnbFhaT8nsZ5NGSDmuoFX6E1suVTNm83Ns6E5Wm1uUv9Cp/pub
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mighty",
    "version": "1.95",
    "description": "Superpowered Sales Emails",
    "permissions": [
        "identity",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/icon960.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "global.js",
                "mighty.js",
                "jsonbin.js",
                "emailForm.js",
                "trainForm.js",
                "settingsForm.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "oauth2": {
        "client_id": "646453888410-g688lfrhqv6l5f771s0krtcm93so47pg.apps.googleusercontent.com",
        "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0Bqe4vxbcBh+SfLnh1bSVKuh2QMaZpBdtBpRip7EeUaTInhRVJZb1Nd6pvMSGeNIjshOulBZFTjkdrR+Eh3Ys+LV6jKzo15mUPhxrogInZ3+Bw3al27OmfUeGWu4F6wBBDFXkKwetlRSeEXdvzixw4RFKOE0uM8ykt1e8sNk+jXAslQFDHj1gTz1NKOwsvCEhlcN8OKb8vi1bBGExFqeMjUdJsSd5n7q07HGin3YwgVoQiwUMi6mKcQHXH8DhVMo7eVq3h3oWlSMNa0+KN7LQKJY1hQTDx0gpAMzFzNj0yuJ8wEaFDxb\/5OFRk6YI1Dbyy73H0YCosbHFw0\/UKnW7QIDAQAB",
        "scopes": [
            "openid",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    }
}