WiseStamp email signature

WiseStamp email signature

WiseStamp email signature란 무엇입니까?

WiseStamp email signature은(는) https://www.wisestamp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WiseStamp email signature"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WiseStamp email signature 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Wisestamp is a free email signature extension with advanced features. We offer you the simplest way on the web to create and add professionally designed email signatures to your email in just a few minutes.

Promote what you care about, bring your emails to life. Download the extension now.
What this extension does for you:
✔️ Enables you to easily create and customize your own professionally designed email signature, within minutes by using Wisestamp generator. 

✔️ Enrich your email signature with dynamic and engaging addons to improve your emails performance.

✔️Automatically adds your new signature to every email that you send (no manual setup required).

✔️Allows you to edit and update your signature at any time with just a few simple clicks.

Gmail user? 
✔️ You can access your Wisestamp email signature generator straight from your Gmail message box.
✔️ You’ll instantly have your signature synced to all the devices that you are currently logged into.
We also support all other major mail platforms:
✔️Gmail & Google Apps email
✔️Outlook
✔️Mac Mail and iPhone. 
✔️Yahoo Mail
✔️AOL Mail 
✔️Hotmail
✔️Live mail
Main signature features and add-ons you can use today:
✔️ Add your image or company logo (or both)
✔️ Add social media icon links (displayed as buttons or icons)
✔️ Add promotional buttons for sales, latest posts, new jobs and more
✔️ Add beautifully designed banners for holidays, sale offers and many more
✔️ Add a calendar widget to set meeting straight from your mail
✔️ Add images from your  Instagram portfolio 
✔️ Add a video
✔️ Add a legal disclaimer
✔️ Add a green footer
✔️ Add quotes
✔️ Add a stylized handwritten sign-off
  
What professionals say about us:
"Wistamp makes your email signature “live” - Scobleizer 


"looks like WiseStamp will make quite a few people happy" - Lifehacker


Follow us:
Facebook -  https://www.facebook.com/WiseStamp/
Twitter -       https://twitter.com/wisestamp
Youtube -     https://www.youtube.com/channel/UCDH7gdElshCT34jRzuRf-yg
Instagram - https://www.instagram.com/wisestamp/
Website -     https://www.wisestamp.com/

***************
Support:
For the fastest response and best results please reach out to us using the contact details below (rather than Chrome Gallery comments).

Troubleshooting -  https://help.wisestamp.com/ 
Contact our support team (real humans) - https://wisestamp.zendesk.com/hc/en-us/requests/new
Privacy Policy - https://www.wisestamp.com/privacy-policy/                    

확장 프로그램 기본 정보

이름 WiseStamp email signature WiseStamp email signature
ID pbcgnkmbeodkmiijjfnliicelkjfcldg
공식 URL https://chromewebstore.google.com/detail/wisestamp-email-signature/pbcgnkmbeodkmiijjfnliicelkjfcldg
설명 WiseStamp email signature
파일 크기 5.55 MB
설치 횟수 233,885
현재 버전 5.3.8.2
최근 업데이트 2024-01-23
출시 날짜 2020-06-04
평점 3.94/5 총 1597 개의 평점
개발자 https://www.wisestamp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wisestamp.com?utm_source=chrome&utm_medium=web_store
도움말 페이지 URL https://webapp.wisestamp.com/help
개인정보 보호 정책 페이지 URL https://www.wisestamp.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "5.3.8.2",
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.f8b39fb6.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail.2ef8f94f.js"
            ],
            "css": [
                "fonts.25539906.css",
                "gmail.5ea58ef2.css",
                "gmail.ea23dd55.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "http:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office.com\/*",
                "http:\/\/outlook.live.com\/*",
                "https:\/\/outlook.live.com\/*",
                "http:\/\/*.outlook.com\/*",
                "https:\/\/*.outlook.com\/*"
            ],
            "js": [
                "outlook.9f04f5e9.js"
            ],
            "css": [
                "fonts.25539906.css",
                "outlook.e60004a3.css",
                "gmail.ea23dd55.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.mail.yahoo.com\/*",
                "https:\/\/*.mail.yahoo.com\/*",
                "http:\/\/*.mail.yahoo.com\/neo\/*",
                "https:\/\/*.mail.yahoo.com\/neo\/*",
                "http:\/\/*.mail.yahoo.com\/mc\/*",
                "https:\/\/*.mail.yahoo.com\/mc\/*",
                "http:\/\/*.mail.yahoo.com\/dc\/*",
                "https:\/\/*.mail.yahoo.com\/dc\/*",
                "https:\/\/mg.mail.yahoo.com\/*"
            ],
            "js": [
                "fonts.25539906.css",
                "yahoo.a880e96e.js"
            ],
            "css": [
                "yahoo.21246d5e.css",
                "gmail.ea23dd55.css"
            ]
        },
        {
            "matches": [
                "https:\/\/webapp.wisestamp.com\/*",
                "http:\/\/webapp.wisestamp.com\/*"
            ],
            "js": [
                "webapp.59452222.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/front\/assets\/img\/icons.js",
                "content\/front\/assets\/img\/how-this-works\/icons.js",
                "content\/front\/assets\/img\/icons\/arrow_right.svg",
                "content\/front\/assets\/img\/icons\/chevron.svg",
                "content\/front\/assets\/img\/icons\/cog.svg",
                "content\/front\/assets\/img\/icons\/consola.svg",
                "content\/front\/assets\/img\/icons\/edit.svg",
                "content\/front\/assets\/img\/icons\/edit_person.svg",
                "content\/front\/assets\/img\/icons\/help.svg",
                "content\/front\/assets\/img\/icons\/link_external.svg",
                "content\/front\/assets\/img\/icons\/logo_no_background.svg",
                "content\/front\/assets\/img\/icons\/logout.svg",
                "content\/front\/assets\/img\/icons\/menu_burger.svg",
                "content\/front\/assets\/img\/icons\/menu_navbar.svg",
                "content\/front\/assets\/img\/icons\/notice.svg",
                "content\/front\/assets\/img\/icons\/people_blank.svg",
                "content\/front\/assets\/img\/icons\/person.svg",
                "content\/front\/assets\/img\/icons\/signature_list_icon.svg",
                "content\/front\/assets\/img\/icons\/star.svg",
                "content\/front\/assets\/img\/icons\/users.svg",
                "content\/front\/assets\/img\/icons\/v.svg",
                "content\/front\/assets\/img\/icons\/wisestamp_logo_written.svg",
                "content\/front\/assets\/img\/icons\/wisestamp_logo_written_no_size.svg",
                "content\/front\/assets\/img\/icons\/ws_menu_icon.svg",
                "content\/front\/assets\/img\/icons\/x.svg",
                "content\/front\/assets\/img\/logo\/ws_logo_128.png",
                "content\/front\/assets\/img\/logo\/ws_logo_16.png",
                "content\/front\/assets\/img\/logo\/ws_logo_32.png",
                "content\/front\/assets\/img\/logo\/ws_logo_48.png",
                "content\/front\/assets\/img\/logo\/ws_logo_64.png",
                "content\/front\/assets\/img\/logo\/ws_logo_disabled_128.png",
                "content\/front\/assets\/img\/logo\/ws_logo_disabled_16.png",
                "content\/front\/assets\/img\/logo\/ws_logo_disabled_32.png",
                "content\/front\/assets\/img\/logo\/ws_logo_disabled_48.png",
                "content\/front\/assets\/img\/logo\/ws_logo_disabled_64.png",
                "content\/front\/assets\/img\/how-this-works\/gif\/gmail.gif",
                "content\/front\/assets\/img\/how-this-works\/gif\/outlook.gif",
                "content\/front\/assets\/img\/how-this-works\/gif\/yahoo.gif"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "Mulish-Regular.d8ef48f7.woff",
                "Mulish-Regular.cb1a36fe.woff2",
                "Mulish-Regular.8bd5eb8c.ttf",
                "Mulish-Bold.7a3c91dd.woff",
                "Mulish-Bold.88b185ad.woff2",
                "Mulish-Bold.0a7b3dae.ttf"
            ]
        },
        {
            "matches": [
                "http:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "http:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office.com\/*",
                "http:\/\/outlook.live.com\/*",
                "https:\/\/outlook.live.com\/*",
                "http:\/\/*.outlook.com\/*",
                "https:\/\/*.outlook.com\/*"
            ],
            "resources": [
                "Mulish-Regular.d8ef48f7.woff",
                "Mulish-Regular.cb1a36fe.woff2",
                "Mulish-Regular.8bd5eb8c.ttf",
                "Mulish-Bold.7a3c91dd.woff",
                "Mulish-Bold.88b185ad.woff2",
                "Mulish-Bold.0a7b3dae.ttf"
            ]
        },
        {
            "matches": [
                "http:\/\/*.mail.yahoo.com\/*",
                "https:\/\/*.mail.yahoo.com\/*",
                "http:\/\/*.mail.yahoo.com\/*",
                "https:\/\/*.mail.yahoo.com\/*",
                "http:\/\/*.mail.yahoo.com\/*",
                "https:\/\/*.mail.yahoo.com\/*",
                "http:\/\/*.mail.yahoo.com\/*",
                "https:\/\/*.mail.yahoo.com\/*",
                "https:\/\/mg.mail.yahoo.com\/*"
            ],
            "resources": [
                "Mulish-Regular.d8ef48f7.woff",
                "Mulish-Regular.cb1a36fe.woff2",
                "Mulish-Regular.8bd5eb8c.ttf",
                "Mulish-Bold.7a3c91dd.woff",
                "Mulish-Bold.88b185ad.woff2",
                "Mulish-Bold.0a7b3dae.ttf"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.wisestamp.com\/*"
    ],
    "icons": {
        "16": "content\/front\/assets\/img\/logo\/ws_logo_16.png",
        "32": "content\/front\/assets\/img\/logo\/ws_logo_32.png",
        "48": "content\/front\/assets\/img\/logo\/ws_logo_48.png",
        "64": "content\/front\/assets\/img\/logo\/ws_logo_64.png",
        "128": "content\/front\/assets\/img\/logo\/ws_logo_128.png"
    },
    "action": {
        "default_icon": "content\/front\/assets\/img\/logo\/ws_logo_64.png",
        "default_title": "WiseStamp",
        "default_popup": "popup.2ec888f2.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en"
}