WRAPmail

WRAPmail is a FREE email template system that adds a dynamic, interactive and trackable letterhead to the regular emails.

WRAPmail란 무엇입니까?

WRAPmail은(는) https://www.wrapmail.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WRAPmail is a FREE email template system that adds a dynamic, interactive and trackable letterhead to the regular emails."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

WRAPmail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        WRAPmail is a FREE email template system that adds a dynamic, interactive and trackable letterhead to the regular emails we all send every day. WRAPmail users can create wraps in the included WRAPmaker from scratch or choose an email template and combine this with an image library and customization. To use WRAPmail senders can download our toolbar for Google Chrome, Firefox, Safari, Internet Explorer (for Gmail, Hotmail, Yahoo Mail and AOL) or Microsoft Outlook. Senders with other email systems can simply send through one of WRAPmail’s servers. See Instructions for all toolbars and setup guides. Create multiple wraps and select which emails to wrap, what template to use or simply rotate a number of different templates. Find out instantly when someone clicks on your template.                    

확장 프로그램 기본 정보

이름 WRAPmail WRAPmail
ID mfpfmbekgmhlpgkgdjhhccdnaajkgpji
공식 URL https://chromewebstore.google.com/detail/wrapmail/mfpfmbekgmhlpgkgdjhhccdnaajkgpji
설명 WRAPmail is a FREE email template system that adds a dynamic, interactive and trackable letterhead to the regular emails.
파일 크기 455 KB
설치 횟수 136
현재 버전 6.35
최근 업데이트 2015-06-16
출시 날짜 2015-06-16
평점 5.00/5 총 3 개의 평점
개발자 https://www.wrapmail.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.wrapmail.com
도움말 페이지 URL http://www.wrapmail.com/faq
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WRAPmail",
    "version": "6.35",
    "manifest_version": 2,
    "description": "WRAPmail is a FREE email template system that adds a dynamic, interactive and trackable letterhead to the regular emails.",
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "sites.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "WRAPmail",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.min.js",
                "sites.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.mail.live.com\/*",
                "https:\/\/mail.aol.com\/*",
                "https:\/\/*.mail.yahoo.com\/*",
                "https:\/\/*.outlook.com\/*",
                "https:\/\/*.prosperitysystems.net\/*",
                "https:\/\/*.secureserver.net\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.24sevenoffice.com\/*",
                "https:\/\/*.constantcontact.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/*.gmx.com\/*",
                "https:\/\/*.sugarcrm.com\/*",
                "https:\/\/*.mail.ru\/*",
                "http:\/\/*.bocaprimerealestate.com\/*",
                "http:\/\/*.remax-florida.com\/*"
            ]
        },
        {
            "js": [
                "lib\/jquery.min.js",
                "sites.js",
                "content.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.gmx.com\/*"
            ]
        }
    ],
    "homepage_url": "http:\/\/www.wrapmail.com\/",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}