Newsletter Creator for Gmail - Flashissue

Email marketing & newsletter creator for Gmail. Design emails, create mailing lists & track performance. All inside Gmail.

Newsletter Creator for Gmail - Flashissue là gì?

Newsletter Creator for Gmail - Flashissue là một tiện ích mở rộng Chrome được phát triển bởi https://www.flashissue.com, và tính năng chính của nó là "Email marketing & newsletter creator for Gmail. Design emails, create mailing lists & track performance. All inside Gmail.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Newsletter Creator for Gmail - Flashissue

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

                        CREATE NEWSLETTERS FROM GMAIL!

Our newsletter creator lets you design newsletters and send a mass email campaign from Gmail. Now you can send 100 emails or 5,000 emails without breaking Googles sending limits.

* Bookmark web content for including in your email newsletter with our Clipper
* Drag & drop editor for creating emails & newsletters
* Create email lists from Google Contacts and Google Groups
* Manage email subscriptions and unsubscribes automatically
* Track newsletter opens, clicks, and bounces
* Share email templates for Gmail with the team
* Invite team members to collaborate with you
* Use as a Chrome extension from Gmail, or through our stand-alone web site

Big benefits:

* Win more business
* Get your message to people's inbox faster
* Look more professional
* Build your personal brand
* Check performance with open & click tracking

Our Difference: 

Flashissue is an email marketing tool for Gmail. Other email services require you to login to a new product whereas we let you do everything inside Gmail - design emails and newsletters, build email mailing lists, and track performance. 

Flashissue is also a content curation tool for email newsletters. Bookmark web content and turn it into an instant email newsletter with our Web Clipper.

Create an email newsletter on the fly or save as an email newsletter template for later. You can even share templates with your team!

Send an email or email newsletter in minutes:

Step 1: Design an email or use a template
Step 2: Create an email mailing list from your Google Contacts (or upload a CSV with your contacts from other sources like your website or customers list)
Step 3: Add curated content from the web
Step 4: Send your newsletter and track performance.

Flashissue is great for:
Google Apps users, teachers, DIY marketers, bloggers, sales people, business pros, CEO’s & managers, entrepreneurs, and content curation consultants wanting to create emails and newsletters.

Install it now and create an email or email newsletter to send with Gmail.

You can install and try Flashissue for FREE -- during your 14 days free trial get access to all features, and can send up to 250 emails. Upgrade to our premium plans to avoid losing access to premium features once your trial expires:
- Send 250, 5000, 10000 or more emails per month (larger plans available on request -- contact us!)
- Automatically track opens, clicks, and unsubscribes with our Reports
- Invite team members to collaborate with you
- Remove the Flashissue branding from your newsletters
- Get printer-friendly reports

(when your trial expires, your account will switch to our free plan - which lets you send up to 25 emails each month, with no access to premium features like tracking and team features).                    

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

Tên Newsletter Creator for Gmail - Flashissue Newsletter Creator for Gmail - Flashissue
ID cihaednhfbocfdiflmpccekcmjepcnmb
URL Chính Thức https://chromewebstore.google.com/detail/newsletter-creator-for-gm/cihaednhfbocfdiflmpccekcmjepcnmb
Mô tả Email marketing & newsletter creator for Gmail. Design emails, create mailing lists & track performance. All inside Gmail.
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 32,065
Phiên Bản Hiện Tại 3.4.1
Cập Nhật Lần Cuối 2022-09-13
Ngày Phát Hành 2020-03-15
Đánh Giá 4.29/5 Tổng số 974 Đánh Giá
Nhà Phát Triển https://www.flashissue.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.flashissue.com
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": "Newsletter Creator for Gmail - Flashissue",
    "version": "3.4.1",
    "manifest_version": 2,
    "minimum_chrome_version": "100.0.0.0",
    "description": "Email marketing & newsletter creator for Gmail. Design emails, create mailing lists & track performance. All inside Gmail.",
    "icons": {
        "128": "icon_128.png",
        "48": "res\/icon-48.png"
    },
    "browser_action": {
        "default_icon": "res\/fiplus.png",
        "default_title": "Click to start curating!",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/const.js",
            "js\/env.js",
            "js\/analytics-client.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "*:\/\/www.google.com\/contacts\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/const.js",
                "js\/env.js",
                "js\/inject_content.js"
            ],
            "css": [
                "css\/gmail.css"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/const.js",
                "js\/env.js",
                "js\/fi_integrate.js"
            ],
            "matches": [
                "*:\/\/app.flashissue.com\/*",
                "*:\/\/peek.flashissue.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "homepage_url": "https:\/\/www.flashissue.com",
    "permissions": [
        "tabs",
        "webRequest"
    ],
    "web_accessible_resources": [
        "fiframe.html",
        "silentfiframe.html",
        "empty.html",
        "res\/*",
        "js\/*"
    ]
}