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
官方網址 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:\/\/*\/"
    ]
}