Mighty

Superpowered Sales Emails

Co je Mighty?

Mighty je rozšíření Chrome vyvinuté suri.gurtej, a jeho hlavní funkcí je „Superpowered Sales Emails“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Mighty

Stáhněte si soubory rozšíření Mighty ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Mighty Mighty
ID impaalobgpinahhmcbmlfkiklpljiknl
Oficiální URL https://chromewebstore.google.com/detail/mighty/impaalobgpinahhmcbmlfkiklpljiknl
Popis Superpowered Sales Emails
Velikost souboru 138 KB
Počet instalací 52
Aktuální Verze 1.95
Poslední Aktualizace 2024-01-17
Datum Vydání 2023-08-08
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář suri.gurtej
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://docs.google.com/document/d/e/2PACX-1vTobnHv21EEIzrq0uB4xrutWspcFrZQIZrnbFhaT8nsZ5NGSDmuoFX6E1suVTNm83Ns6E5Wm1uUv9Cp/pub
Podporované Jazyky 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"
        ]
    }
}