Mighty

Superpowered Sales Emails

Cos'è Mighty?

Mighty è un'estensione di Chrome sviluppata da suri.gurtej, e la sua funzione principale è "Superpowered Sales Emails".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mighty

Scarica i file di estensione Mighty in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Mighty Mighty
ID impaalobgpinahhmcbmlfkiklpljiknl
URL Ufficiale https://chromewebstore.google.com/detail/mighty/impaalobgpinahhmcbmlfkiklpljiknl
Descrizione Superpowered Sales Emails
Dimensione del File 138 KB
Conteggio Installazioni 52
Versione Corrente 1.95
Ultimo Aggiornamento 2024-01-17
Data di Pubblicazione 2023-08-08
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore suri.gurtej
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vTobnHv21EEIzrq0uB4xrutWspcFrZQIZrnbFhaT8nsZ5NGSDmuoFX6E1suVTNm83Ns6E5Wm1uUv9Cp/pub
Lingue Supportate 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"
        ]
    }
}