Formatted email subject lines by cloudHQ

Formatted email subject lines: underscore, bold, italics, strikethrough

O que é Formatted email subject lines by cloudHQ?

Formatted email subject lines by cloudHQ é uma extensão do Chrome desenvolvida por https://www.format-email-subject.com, e sua principal característica é "Formatted email subject lines: underscore, bold, italics, strikethrough".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Formatted email subject lines by cloudHQ

Baixe arquivos de extensão Formatted email subject lines by cloudHQ 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

                        Are you looking for a way to make your emails stand out in someone's inbox? 
This extension lets you to change the format style of your email subject line, and helps your emails get opened faster because they stand out from the crowd.

You can change your email subject line formats to: 
- 𝗕𝗼𝗹𝗱 
- 𝙄𝒕𝒂𝒍𝒊𝒄𝒔
- 𝘽𝙤𝙡𝙙 𝙄𝙩𝙖𝙡𝙞𝙘
- U̲n̲d̲e̲r̲l̲i̲n̲e̲
- 𝔻𝕠𝕦𝕓𝕝𝕖 𝕊𝕥𝕣𝕦𝕔𝕜
- S̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶
- 🅆🄷🄸🅃🄴🅂🅀🅄🄰🅁🄴
- B🅻🅰🅲🅺🆂🆀🆄🅰🆁🅴
- Ⓦⓗⓘⓣⓔⓑⓤⓑⓑⓛⓔ
- 🅑🅛🅐🅒🅚🅑🅤🅑🅑🅛🅔

To change the format style of your email subject line, just do the following:
1. Select text in the subject line by highlighting it
2. Click on the "Subject Style" icon on right side of subject line
3. Select the format style you prefer!

You can can have formatted subject line like:
- *𝟮𝗡𝗗 𝗥𝗘𝗤𝗨𝗘𝗦𝗧* I'd really appreciate your help
- U̲R̲G̲E̲N̲T̲: Must respond by 𝗘𝗢𝗗 𝗧𝗢𝗗𝗔𝗬
- 𝘚𝘱𝘦𝘤𝘪𝘢𝘭 𝘊𝘢𝘳𝘦 𝘐𝘯𝘴𝘵𝘳𝘶𝘤𝘵𝘪𝘰𝘯𝘴 𝘐𝘯𝘴𝘪𝘥𝘦
- Holiday Gift to You (was $2̶0̶0̶.0̶0̶, now $𝟭𝟬.𝟬𝟬)

This is an excellent solution for:
- Marketing professionals
- Sales professionals
- Teammates
- Anyone who wants their emails to stand out                    

Informações Básicas da Extensão

Nome Formatted email subject lines by cloudHQ Formatted email subject lines by cloudHQ
ID lbnejjahbkciooojokighdfkmcgkpjfb
URL Oficial https://chromewebstore.google.com/detail/formatted-email-subject-l/lbnejjahbkciooojokighdfkmcgkpjfb
Descrição Formatted email subject lines: underscore, bold, italics, strikethrough
Tamanho do Arquivo 202 KB
Contagem de Instalações 20,000
Versão Atual 1.0.1.2
Última Atualização 2023-11-24
Data de Publicação 2020-05-09
Classificação 4.51/5 Total de 35 Avaliações
Desenvolvedor https://www.format-email-subject.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.format-email-subject.com
URL da Página de Ajuda https://support.cloudhq.net
URL da Página de Política de Privacidade https://www.cloudhq.net/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*",
        "*"
    ],
    "name": "Formatted email subject lines by cloudHQ",
    "short_name": "Formatted email subject lines by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "icons\/gmail_subject_style.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-3.3.1.min.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_subject_style.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_subject_style_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.1.2",
    "description": "Formatted email subject lines: underscore, bold, italics, strikethrough",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/support.cloudhq.net\/"
    ],
    "manifest_version": 2
}