Charge for Outlook: Send mass emails

Unleash the full potential of Microsoft Outlook with Charge, a groundbreaking extension designed for bulk email outreach.

Apa itu Charge for Outlook: Send mass emails?

Charge for Outlook: Send mass emails adalah ekstensi Chrome yang dikembangkan oleh https://chargemyemail.com, dan fitur utamanya adalah "Unleash the full potential of Microsoft Outlook with Charge, a groundbreaking extension designed for bulk email outreach.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Charge for Outlook: Send mass emails

Unduh file ekstensi Charge for Outlook: Send mass emails 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

                        📬 Upload lead list, personalize email template with variables, and hit Send button right in your Outlook ensuring every email is delivered.

📌 FREE SUBSCRIPTION FEATURES 📌

✔ Import .csv or .xlsx - No limits! Upload extensive leads lists with ease.

✔ Manage recipients - Clean all errors and duplicates with a single click, keeping your list pristine.

✔ Personalize emails - Make your communication more effective with unlimited variables.

✔  Track progress - Get estimated delivery times and let Charge for Outlook do all the work for you.

___________________________________________
📌 GO PREMIUM FOR ADDITIONAL BENEFITS 📌

➕  Unlimited sending - Yes, you can send up to 2,000 emails a day from a single email address.

➕ ANY delay limit - 10 seconds between each email send? Easy!

➕ No watermark - Keep your communication professional and on-brand.

➕ CRM integration - Integrate with any CRM by using BCC email address.


📬 Charge for Outlook is a simple browser extension for bulk email outreach without leaving your web Outlook.

Available for Chrome and Edge browsers, Charge for Outlook is your all-in-one solution for email marketing in the Microsoft Outlook ecosystem. Enhance your outreach and make the most of every email with Charge.

Charge for Outlook is more than just a browser extension.

The seamless integration with the original Outlook Web interface makes it intuitive and easy to use. Whether you're managing a small business or a large corporation, Charge equips you with the tools to execute effective email marketing campaigns.                    

Informasi Dasar Ekstensi

Nama Charge for Outlook: Send mass emails Charge for Outlook: Send mass emails
ID kghcgnpbbjkmnhgnddfpnclkbepkcife
URL Resmi https://chromewebstore.google.com/detail/charge-for-outlook-send-m/kghcgnpbbjkmnhgnddfpnclkbepkcife
Deskripsi Unleash the full potential of Microsoft Outlook with Charge, a groundbreaking extension designed for bulk email outreach.
Ukuran File 647 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.18.7
Terakhir Diperbarui 2023-11-01
Tanggal Publikasi 2021-09-07
Penilaian 4.50/5 Total 274 Penilaian
Pengembang https://chargemyemail.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://chargemyemail.com/
URL Halaman Bantuan https://chargemyemail.com/faq
URL Halaman Kebijakan Privasi https://chargemyemail.com/privacypolicy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Charge for Outlook: Send mass emails",
    "version": "1.18.7",
    "description": "Unleash the full potential of Microsoft Outlook with Charge, a groundbreaking extension designed for bulk email outreach.",
    "action": {
        "default_icon": {
            "16": "assets\/icon-16.png",
            "32": "assets\/icon-32.png",
            "64": "assets\/icon-64.png"
        },
        "default_title": "Charge for Outlook: Send mass emails",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/outlook.office.com\/mail\/*",
                "https:\/\/outlook.live.com\/mail\/*",
                "https:\/\/outlook.office365.com\/mail\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*business*"
            ],
            "js": [
                "content-scripts\/import-main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "oauth\/oauth.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content-scripts\/main.js"
            ],
            "matches": [
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.gstatic.com\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "64": "assets\/icon-64.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*",
        "https:\/\/*.gstatic.com\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}