Email templates for Gmail

Supercharge Gmail with a gallery of email templates - emails designed for business, personal or fun.

Email templates for Gmail là gì?

Email templates for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://flashissue.com, và tính năng chính của nó là "Supercharge Gmail with a gallery of email templates - emails designed for business, personal or fun.".

Ả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 Email templates for Gmail

Tải xuống các tệp mở rộng Email templates for Gmail 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

                        Add a library of email templates to your Gmail inbox. With our Gmail add-on you’ll get access to an entire library of pre designed HTML email templates.
 
The email templates library is FREE and we’re adding new templates all the time.
 
Open a template directly in your Gmail email compose window. Once you’ve personalized your template you’ll be able to send it out like any other email you send with Gmail.
 
Customizing your template is simple and takes a few minutes. Add pictures, color, and change fonts. Your template comes with a ready to go layout including columns and pre formatted newsletter content.
 
Our Gmail template library includes: Basic layout email templates; business newsletter email templates; School email templates; personal templates like invites, announcements and family newsletters.

Coming Soon!: SAVE your Gmail email templates for quick access.
 
The Flashissue Gmail template library also integrates with the Flashissue “newsletter creator for Gmail”. Installing this additional extension will provide the following:
 
-       Save your templates for future use in the template library
-       Create email mailing lists from your Google Contacts
-       Send bulk email from Gmail
-       Use an advanced email editor for creating Gmail newsletters
-       Track email newsletters and get email reports on opens and clicks
 
(First install the Gmail templates extension and then search for and install the “Flashissue newsletter creator”).                    

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

Tên Email templates for Gmail Email templates for Gmail
ID cpblokmdklckfpphjogojcjdpoogonfi
URL Chính Thức https://chromewebstore.google.com/detail/email-templates-for-gmail/cpblokmdklckfpphjogojcjdpoogonfi
Mô tả Supercharge Gmail with a gallery of email templates - emails designed for business, personal or fun.
Kích Thước Tệp 55.91 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2021-07-11
Ngày Phát Hành 2015-10-23
Đánh Giá 2.57/5 Tổng số 100 Đánh Giá
Nhà Phát Triển https://flashissue.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.flashissue.com/gmail-templates-success
URL Trang Trợ Giúp https://flashissue.zendesk.com/
URL Trang Chính Sách Bảo Mật https://flashissue.com/privacy-terms
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email templates for Gmail",
    "version": "1.2.4",
    "manifest_version": 2,
    "minimum_chrome_version": "90.0.0.0",
    "description": "Supercharge Gmail with a gallery of email templates - emails designed for business, personal or fun.",
    "icons": {
        "128": "icon-128.png",
        "48": "res\/icon-48.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/const.js",
            "js\/env.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/const.js",
                "js\/env.js",
                "js\/gmail_integrate.js"
            ],
            "css": [
                "css\/gmail.css"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/app.flashissue.com\/*",
                "*:\/\/peek.flashissue.com\/*",
                "*:\/\/dev-eran.flashissue.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/const.js",
                "js\/env.js",
                "js\/fi_integrate.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "homepage_url": "http:\/\/www.flashissue.com",
    "web_accessible_resources": [
        "fiframe.html",
        "empty.html",
        "res\/loader.gif",
        "res\/down_pointer.png"
    ]
}