WRAPmail

WRAPmail is a 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 WRAPMail, Inc., và tính năng chính của nó là "WRAPmail is a 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
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 an Email Templating System (ETS) that adds dynamic, interactive and trackable graphics and letterhead to your everyday emails. Our system provides "Click Notification" Alerts and Analytical Reports, seamlessly, without interfering in the way you do business.
We Make your Email Better
We help you BRAND
We help you GROW

WRAPmail Business
WRAPmail's Business Edition is our solution for any size organization. One Administrator can manage your team and control the look and feel of every email that goes out of your organization.

WRAPmail Personal
WRAPmail’s Personal Edition is our solution for any individual and/or community group. Personalize your emails, making them fun and memorable, design wraps for all occasions and events.

WRAPmail Enterprise Software
WRAPmail Enterprise is our solution for organizations who want to host their own environment. We provide all system intregration support for a easy installation                    

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

Tên WRAPmail WRAPmail
ID obpnjaphggccnpigaonggdlkahjopbcd
URL Chính Thức https://chromewebstore.google.com/detail/wrapmail/obpnjaphggccnpigaonggdlkahjopbcd
Mô tả WRAPmail is a email template system that adds a dynamic, interactive and trackable letterhead to the regular emails.
Kích Thước Tệp 447 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 2.1.4
Cập Nhật Lần Cuối 2016-06-22
Ngày Phát Hành 2016-06-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển WRAPMail, Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://wrapmail.com/
URL Trang Trợ Giúp http://wrapmail.com/contact_us.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WRAPmail",
    "version": "2.1.4",
    "manifest_version": 2,
    "short_name": "WRAPmail",
    "description": "WRAPmail is a 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:\/\/*.nxtlive.com\/*",
                "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'"
}