WRAPmail

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

WRAPmail là gì?

WRAPmail là một tiện ích mở rộng Chrome được phát triển bởi https://www.wrapmail.com, và tính năng chính của nó là "WRAPmail is a FREE email template system that adds a dynamic, interactive and trackable letterhead to the regular emails.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WRAPmail

Tải xuống các tệp mở rộng WRAPmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WRAPmail WRAPmail
ID mfpfmbekgmhlpgkgdjhhccdnaajkgpji
URL Chính Thức https://chromewebstore.google.com/detail/wrapmail/mfpfmbekgmhlpgkgdjhhccdnaajkgpji
Mô tả WRAPmail is a FREE email template system that adds a dynamic, interactive and trackable letterhead to the regular emails.
Kích Thước Tệp 455 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 6.35
Cập Nhật Lần Cuối 2015-06-16
Ngày Phát Hành 2015-06-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.wrapmail.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.wrapmail.com
URL Trang Trợ Giúp http://www.wrapmail.com/faq
Ngôn Ngữ Được Hỗ Trợ 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'"
}