Free Gmail Signature - Black

Free Gmail HTML email signature - themed in Black - quick and easy to use

Free Gmail Signature - Black क्या है?

Free Gmail Signature - Black https://emailsignaturerescue.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free Gmail HTML email signature - themed in Black - quick and easy to use"।

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

screenshot
screenshot

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

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

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

                        Quickly and easily add a professional Gmail signature to your emails.

How easy is it to use?

1) Install the extension.
2) Open Gmail.
3) Compose a new email.
4) Click the black icon next to the Send button to insert the HTML signature.
5) Change the text to your own text and you're done!

This is by far the easiest way to add a professionally designed HTML signature to your Gmail!

BLACK THEME ONLY - Also available are our Light Pink and Light Blue themes.

Light Pink - https://chrome.google.com/webstore/detail/free-gmail-signature-ligh/kpnpeakbgaamfdapfedfgpbnkfhaalgg

Light Blue - https://chrome.google.com/webstore/detail/free-gmail-signature-ligh/ojajnagdahmojekpcdliohmppkobjpdc

Black - https://chrome.google.com/webstore/detail/free-gmail-signature-blac/hfbglhohpjnfmeljbomkknmbfgbpjkak

Looking for more features? Check out https://emailsignaturerescue.com                    

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

नाम Free Gmail Signature - Black Free Gmail Signature - Black
ID hfbglhohpjnfmeljbomkknmbfgbpjkak
आधिकारिक URL https://chrome.google.com/webstore/detail/free-gmail-signature-blac/hfbglhohpjnfmeljbomkknmbfgbpjkak
विवरण Free Gmail HTML email signature - themed in Black - quick and easy to use
फ़ाइल का आकार 32.52 KB
स्थापना संख्या 54
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-04-09
प्रकाशन तिथि 2019-04-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://emailsignaturerescue.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://emailsignaturerescue.com/about/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Free Gmail Signature - Black",
    "description": "Free Gmail HTML email signature - themed in Black - quick and easy to use",
    "version": "1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/emailsignaturerescue.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/emailsignaturerescue.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "myapp.js"
            ]
        }
    ]
}