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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}