Email Characters

A tool for email copywriters that showcases where subject line and preheader text will cut off on devices based on character count.

Email Characters क्या है?

Email Characters https://www.emailcharacters.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for email copywriters that showcases where subject line and preheader text will cut off on devices based on character count."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Email Characters एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A easy to use tool for email copywriters that allows you to highlight copy intended for email subject lines and preheaders and determine if the text will cut off on email client devices. 

The current devices it checks against are: 
1. Mobile and Desktop Gmail Apps
2. iPhone Mail App
3. Mobile and Desktop Outlook Apps
4. Desktop Yahoo App
5. and more. 

This extension will help you as a marketer increase email open rates by ensuring the important information reaches your user instead of being cut off on major email clients.                    

एक्सटेंशन की मूल जानकारी

नाम Email Characters Email Characters
ID lncfanejfkceajibgniagejmjkjoknhc
आधिकारिक URL https://chromewebstore.google.com/detail/email-characters/lncfanejfkceajibgniagejmjkjoknhc
विवरण A tool for email copywriters that showcases where subject line and preheader text will cut off on devices based on character count.
फ़ाइल का आकार 47.52 KB
स्थापना संख्या 332
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-11-16
प्रकाशन तिथि 2021-11-16
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.emailcharacters.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Characters",
    "description": "A tool for email copywriters that showcases where subject line and preheader text will cut off on devices based on character count.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "googleDocsUtil.js",
                "googleDocScript.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "webContentScript.js"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/document\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeContent",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/emailcharacters16.png",
            "32": "\/images\/emailcharacters32.png",
            "48": "\/images\/emailcharacters48.png",
            "128": "\/images\/emailcharacters128.png"
        }
    },
    "icons": {
        "16": "\/images\/emailcharacters16.png",
        "32": "\/images\/emailcharacters32.png",
        "48": "\/images\/emailcharacters48.png",
        "128": "\/images\/emailcharacters128.png"
    }
}