Mighty

Superpowered Sales Emails

Apa itu Mighty?

Mighty adalah ekstensi Chrome yang dikembangkan oleh suri.gurtej, dan fitur utamanya adalah "Superpowered Sales Emails".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Mighty

Unduh file ekstensi Mighty dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Mighty Mighty
ID impaalobgpinahhmcbmlfkiklpljiknl
URL Resmi https://chromewebstore.google.com/detail/mighty/impaalobgpinahhmcbmlfkiklpljiknl
Deskripsi Superpowered Sales Emails
Ukuran File 138 KB
Jumlah Instalasi 52
Versi Saat Ini 1.95
Terakhir Diperbarui 2024-01-17
Tanggal Publikasi 2023-08-08
Penilaian 5.00/5 Total 8 Penilaian
Pengembang suri.gurtej
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/e/2PACX-1vTobnHv21EEIzrq0uB4xrutWspcFrZQIZrnbFhaT8nsZ5NGSDmuoFX6E1suVTNm83Ns6E5Wm1uUv9Cp/pub
Bahasa yang Didukung 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"
        ]
    }
}