Mail Merge for Gmail Aeroleads

With Mail Merge for Gmail, you can upload csv of of emails (with name) or send emails from your aeroleads list.

Mail Merge for Gmail Aeroleadsคืออะไร?

Mail Merge for Gmail Aeroleads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AeroLeads และคุณลักษณะหลักของมันคือ "With Mail Merge for Gmail, you can upload csv of of emails (with name) or send emails from your aeroleads list."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mail Merge for Gmail Aeroleads

ดาวน์โหลดไฟล์ส่วนขยาย Mail Merge for Gmail Aeroleads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With Mail Merge for Gmail, you can upload csv of of emails (with name) or send emails from your aeroleads list.

Features of Mail Merge for Gmail

1. Import verified emails along with their prospect details (such as name, company, title, etc) directly from Aeroleads.
2. Import a CSV of your data if you're not an existing user of Aeroleads and still get all benefits of the plugin.
3. Create templates using placeholders for name, company, etc. and reuse them for all contacts easily.

Note: The plugin is currently in beta and we are taking constructive feedback from all our users                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mail Merge for Gmail Aeroleads Mail Merge for Gmail Aeroleads
ID jinmpememepaaokmkcldlpbjfjiihbnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mail-merge-for-gmail-aero/jinmpememepaaokmkcldlpbjfjiihbnh
คำอธิบาย With Mail Merge for Gmail, you can upload csv of of emails (with name) or send emails from your aeroleads list.
ขนาดไฟล์ 3.06 MB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2022-04-28
วันที่เผยแพร่ 2021-12-22
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา AeroLeads
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://aeroleads.com/bulk-email-sender
URL หน้านโยบายความเป็นส่วนตัว https://aeroleads.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mail Merge for Gmail Aeroleads",
    "description": "With Mail Merge for Gmail, you can upload csv of of emails (with name) or send emails from your aeroleads list.",
    "version": "0.0.6",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Mail Merge for Gmail Aeroleads"
    },
    "permissions": [
        "*:\/\/mail.google.com\/*",
        "https:\/\/*.aeroleads.com\/*",
        "http:\/\/*.aeroleads.com\/*",
        "storage",
        "identity"
    ],
    "web_accessible_resources": [
        "gmailJsLoader.js",
        "extension.js",
        "layout\/footer.css",
        "layout\/modal.html",
        "layout\/footer.html",
        "layout\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmailJsLoader.js",
                "extension.js"
            ],
            "css": [
                ".\/layout\/footer.css"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com\/; object-src 'self'",
    "oauth2": {
        "client_id": "315434249171-qpjh5cv6knfodt37b04djau7b5b9m01c.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.compose",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhyaB4+qtGcw6X8FjFzYTiKaSV+iqJWQNPtIZkO5hQOymZcycNF7mGveQio0Iljiq6qLzKjbT8l1rABOQKs0dSMK5FvmQocHp\/m7wNmiBjUtRqH88EAVzko6+3HGTsERaeqMqABOde51UK4nvWZGsbgT1fd2micKMdakShiAfovp2sWxgd5C1IMhmRbTycdXvmDiVZdu03U8XGwy0FSf7+Yh6DONVcWL7tMjCtJ1uj2Xn2qmbUQGDd7QirKmajVOjBtnOy68q8lnSWstcRcxTrLsxr4ADanK1t44vsVgU7iJcFyZ\/CCpQIGa4yiwbdnk0qzYxkrwGc68whXbHIDqqmQIDAQAB"
}