Charge for Outlook: Send mass emails

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

什么是Charge for Outlook: Send mass emails?

Charge for Outlook: Send mass emails是由https://chargemyemail.com开发的Chrome扩展程序,该扩展的主要功能是“Unleash the full potential of Microsoft Outlook with Charge, a groundbreaking extension designed for bulk email outreach.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Charge for Outlook: Send mass emails扩展crx文件

下载Charge for Outlook: Send mass emails扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Charge for Outlook: Send mass emails Charge for Outlook: Send mass emails
ID kghcgnpbbjkmnhgnddfpnclkbepkcife
官方URL https://chromewebstore.google.com/detail/charge-for-outlook-send-m/kghcgnpbbjkmnhgnddfpnclkbepkcife
简介 Unleash the full potential of Microsoft Outlook with Charge, a groundbreaking extension designed for bulk email outreach.
文件大小 647 KB
安装次数 1,000
当前版本 1.18.7
更新时间 2023-11-01
上架时间 2021-09-07
评分 4.50/5 共274次评分
开发者 https://chargemyemail.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://chargemyemail.com/
帮助页面URL https://chargemyemail.com/faq
隐私政策页面URL https://chargemyemail.com/privacypolicy
支持的语言 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:\/\/*\/"
    ]
}