Email Signature Rescue

Install HTML email signatures into popular webmail clients without the worry of character restriction limits.

Co je Email Signature Rescue?

Email Signature Rescue je rozšíření Chrome vyvinuté https://emailsignaturerescue.com, a jeho hlavní funkcí je „Install HTML email signatures into popular webmail clients without the worry of character restriction limits.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Email Signature Rescue

Stáhněte si soubory rozšíření Email Signature Rescue ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Not an ESR member?
No worries! You can paste your own HTML email signature code into the app.

Paid Members
Update their signatures directly in the extension via an API key! Grab your API key from your Dashboard or from the email sent to you by your Company Admin and paste it into the extension. 

Everyone can...

• See a live preview of their signature and apply it to different online email clients.
• Add multiple email signatures and restrict signatures to only work with particular email addresses and replies or forwards.
• Override character limits set in some online email clients. 
• Continually Supported and Regularly Updated

Supported email clients include:
• Gmail
• Outlook.com
• Outlook Office 365
• AOL Mail
• Yahoo Mail

----------------------------------------

IMPORTANT: 
This extension is 100% free to use if you paste in your own HTML code into the extension. Our Software is a paid product which lets you create, design and manage HTML email signatures online via our app and and our API pushes updates automatically from the ESR Dashboard to the extension. 

You can choose to use the extension for free and paste your own HTML, or if you are a paid member you can utilize additional upgraded features.

----------------------------------------

Continually Supported and Regularly Updated
Email clients are constantly being updated by their Developers. As part of our ongoing service and commitment to our Users (both paid and free), we try and keep up with the changes as much as humanly possible.

However sometimes email clients are updated without us knowing and conflicts occur between our browser extensions or HTML code in general.

We work hard to keep up with the updates, supporting over 60+ email clients, apps and software on Windows, MacOS, Browser, iOS and Android. If something isn't working or stops working all of a sudden, please contact support and let us know and we will do our best to fix it as soon as humanly possible.

----------------------------------------

Current Version - Email Signature Rescue 2.4.22

Update Notes:

Update 28th November 2023 - Fixed issue with duplicate signatures appearing.
Update 21 June 2021 - Fixed issue with signatures not displaying. Fixed issue with signatures appearing in To, Cc, Bcc fields.
Update 6th July 2020 - Fixed issue with signatures not displaying when an email address is defined in advanced settings                    

Základní Informace o Rozšíření

Název Email Signature Rescue Email Signature Rescue
ID ooipgppdckofnneadcejgnkdnphelpki
Oficiální URL https://chromewebstore.google.com/detail/email-signature-rescue/ooipgppdckofnneadcejgnkdnphelpki
Popis Install HTML email signatures into popular webmail clients without the worry of character restriction limits.
Velikost souboru 324 KB
Počet instalací 10,000
Aktuální Verze 2.4.22
Poslední Aktualizace 2023-12-01
Datum Vydání 2020-01-12
Hodnocení 4.08/5 Celkem 12 Hodnocení
Vývojář https://emailsignaturerescue.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://emailsignaturerescue.com/email-signature-browser-extension
URL Stránky Nápovědy https://emailsignaturerescue.com/email-signature-browser-extension
URL Stránky Zásad Ochrany Soukromí https://emailsignaturerescue.com/about/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Signature Rescue",
    "description": "Install HTML email signatures into popular webmail clients without the worry of character restriction limits.",
    "version": "2.4.22",
    "icons": {
        "16": "assets\/icons\/esr-16.png",
        "48": "assets\/icons\/esr-48.png",
        "128": "assets\/icons\/esr-128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/esr-19.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "scripts\/google.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.mail.aol.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "scripts\/aol.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.inbox.google.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "scripts\/google_inbox.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.mail.yahoo.com\/d\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "scripts\/yahoo2.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.mail.yahoo.com\/neo\/",
                "*:\/\/*.mail.yahoo.com\/neo\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "scripts\/yahoo.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.outlook.live.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "scripts\/live.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.outlook.office365.com\/*",
                "*:\/\/*.outlook.office.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "scripts\/office365.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/esig.ly\/api\/keys",
        "https:\/\/esig.ly\/api\/key\/*"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": false
    }
}