Charge for Outlook: Send mass emails

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

O que é Charge for Outlook: Send mass emails?

Charge for Outlook: Send mass emails é uma extensão do Chrome desenvolvida por https://chargemyemail.com, e sua principal característica é "Unleash the full potential of Microsoft Outlook with Charge, a groundbreaking extension designed for bulk email outreach.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Charge for Outlook: Send mass emails

Baixe arquivos de extensão Charge for Outlook: Send mass emails no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Charge for Outlook: Send mass emails Charge for Outlook: Send mass emails
ID kghcgnpbbjkmnhgnddfpnclkbepkcife
URL Oficial https://chromewebstore.google.com/detail/charge-for-outlook-send-m/kghcgnpbbjkmnhgnddfpnclkbepkcife
Descrição Unleash the full potential of Microsoft Outlook with Charge, a groundbreaking extension designed for bulk email outreach.
Tamanho do Arquivo 647 KB
Contagem de Instalações 1,000
Versão Atual 1.18.7
Última Atualização 2023-11-01
Data de Publicação 2021-09-07
Classificação 4.50/5 Total de 274 Avaliações
Desenvolvedor https://chargemyemail.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://chargemyemail.com/
URL da Página de Ajuda https://chargemyemail.com/faq
URL da Página de Política de Privacidade https://chargemyemail.com/privacypolicy
Idiomas Suportados 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:\/\/*\/"
    ]
}