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によって開発されたChromeの拡張機能で、その主な機能は「Free Gmail HTML email signature - themed in Black - quick and easy to use」です。

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

screenshot
screenshot

Free Gmail Signature - Black拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}