Mighty

Superpowered Sales Emails

Mighty란 무엇입니까?

Mighty은(는) suri.gurtej에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Superpowered Sales Emails"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Mighty 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Mighty Mighty
ID impaalobgpinahhmcbmlfkiklpljiknl
공식 URL https://chromewebstore.google.com/detail/mighty/impaalobgpinahhmcbmlfkiklpljiknl
설명 Superpowered Sales Emails
파일 크기 138 KB
설치 횟수 52
현재 버전 1.95
최근 업데이트 2024-01-17
출시 날짜 2023-08-08
평점 5.00/5 총 8 개의 평점
개발자 suri.gurtej
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vTobnHv21EEIzrq0uB4xrutWspcFrZQIZrnbFhaT8nsZ5NGSDmuoFX6E1suVTNm83Ns6E5Wm1uUv9Cp/pub
지원되는 언어 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"
        ]
    }
}