Streak Mail Merge for Gmail

Send personalized, tracked mass emails and follow-up sequences in Gmail.

Streak Mail Merge for Gmail란 무엇입니까?

Streak Mail Merge for Gmail은(는) https://www.streak.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send personalized, tracked mass emails and follow-up sequences in Gmail."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Streak Mail Merge for Gmail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features:
📩 Get more replies with automatic follow-ups
✅ Send your first mail merge in 2 minutes
💻 Deep Gmail integration
📝 Personalize messages for higher response rates
🔔 Smart alerts will warn you if the recipient has been email before
🔎️ Instant previews of what the recipient sees
👁 Built in email tracking to see who’s opened your email

⏰ Schedule emails to be sent at a specific time

Use Streak to send mass emails to hundreds of recipients right from Gmail.  

Streak is a Premier Google Partner and Google Cloud Partner of the Year. We're used by hundreds of thousands of companies including Uber, Opendoor, Y Combinator, Keller Williams.

Looking for a Gmail/Google Workspace CRM solution with even more email tools?
Check out Streak CRM for Gmail - https://chrome.google.com/webstore/detail/streak-crm-for-gmail/pnnfemgpilpdaojpnkjdgfgbnnjojfik

Have questions or comments about Streak? Email us at [email protected], we would love to hear from you!                    

확장 프로그램 기본 정보

이름 Streak Mail Merge for Gmail Streak Mail Merge for Gmail
ID hhnhckmflikggaddmmcpgoehmnpnlglk
공식 URL https://chromewebstore.google.com/detail/streak-mail-merge-for-gma/hhnhckmflikggaddmmcpgoehmnpnlglk
설명 Send personalized, tracked mass emails and follow-up sequences in Gmail.
파일 크기 59.62 KB
설치 횟수 3,857
현재 버전 6.38
최근 업데이트 2022-01-04
출시 날짜 2022-01-04
평점 5.00/5 총 5 개의 평점
개발자 https://www.streak.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.streak.com/mail-merge-from-gmail
도움말 페이지 URL https://streak.com/pricing
개인정보 보호 정책 페이지 URL http://www.streak.com/privacy
지원되는 언어 id,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "6.38",
    "homepage_url": "https:\/\/www.streak.com\/mail-merge-from-gmail",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "webstoreMailMergeIcon16.png",
        "48": "webstoreMailMergeIcon48.png",
        "128": "webstoreMailMergeIcon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "extension.js",
                "app.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.google.com\/*marketplace\/*"
            ],
            "js": [
                "inboxsdk.js",
                "extension.js",
                "app.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Streak - Mail Merge for Gmail",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "86.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "management",
        "*:\/\/mail.google.com\/",
        "*:\/\/mailfoogae.appspot.com\/",
        "*:\/\/*.mailfoogae.appspot.com\/",
        "*:\/\/*.googleusercontent.com\/",
        "*:\/\/*.google.com\/",
        "*:\/\/*.streak.com\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "blank.png",
        "blank.html",
        "iframe.js",
        "orangeIcon.png",
        "exclamation.png"
    ]
}