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ファイルをダウンロード

WRAPmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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'"
}