Charge for Outlook: Send mass emails

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

What is Charge for Outlook: Send mass emails?

Charge for Outlook: Send mass emails is a Chrome extension developed by https://chargemyemail.com, and its main feature is "Unleash the full potential of Microsoft Outlook with Charge, a groundbreaking extension designed for bulk email outreach.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Charge for Outlook: Send mass emails Extension CRX File

Download Charge for Outlook: Send mass emails extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        📬 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.                    

Extension Basic Information

Name Charge for Outlook: Send mass emails Charge for Outlook: Send mass emails
ID kghcgnpbbjkmnhgnddfpnclkbepkcife
Official URL https://chromewebstore.google.com/detail/charge-for-outlook-send-m/kghcgnpbbjkmnhgnddfpnclkbepkcife
Description Unleash the full potential of Microsoft Outlook with Charge, a groundbreaking extension designed for bulk email outreach.
File Size 647 KB
Installation Count 1,000
Current Version 1.18.7
Last Updated 2023-11-01
Publish Date 2021-09-07
Rating 4.50/5 Total 274 Ratings
Developer https://chargemyemail.com
Email [email protected]
Payment Type in_app
Extension Website https://chargemyemail.com/
Help Page URL https://chargemyemail.com/faq
Privacy Policy Page URL https://chargemyemail.com/privacypolicy
Supported Languages 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:\/\/*\/"
    ]
}