Formatted email subject lines by cloudHQ

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

Formatted email subject lines by cloudHQとは何ですか?

Formatted email subject lines by cloudHQはhttps://www.format-email-subject.comによって開発されたChromeの拡張機能で、その主な機能は「Formatted email subject lines: underscore, bold, italics, strikethrough」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Formatted email subject lines by cloudHQ拡張機能のCRXファイルをダウンロード

Formatted email subject lines by cloudHQ拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Formatted email subject lines by cloudHQ Formatted email subject lines by cloudHQ
ID lbnejjahbkciooojokighdfkmcgkpjfb
公式URL https://chromewebstore.google.com/detail/formatted-email-subject-l/lbnejjahbkciooojokighdfkmcgkpjfb
説明 Formatted email subject lines: underscore, bold, italics, strikethrough
ファイルサイズ 202 KB
インストール数 20,000
現在のバージョン 1.0.1.2
最終更新日 2023-11-24
公開日 2020-05-09
評価 4.51/5 合計 35 レビュー
開発者 https://www.format-email-subject.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.format-email-subject.com
ヘルプページのURL https://support.cloudhq.net
プライバシーポリシーページのURL https://www.cloudhq.net/privacy
対応言語 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
}