RelayKit - Stunning emails made easy

Send Reports, Newsletters, Invitations & other purpose crafted, professional looking emails right from your Gmail inbox

什么是RelayKit - Stunning emails made easy?

RelayKit - Stunning emails made easy是由https://relaykit.com开发的Chrome扩展程序,该扩展的主要功能是“Send Reports, Newsletters, Invitations & other purpose crafted, professional looking emails right from your Gmail inbox”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载RelayKit - Stunning emails made easy扩展crx文件

下载RelayKit - Stunning emails made easy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ★ Reimagined Editor
Transform your Gmail compose window into a powerful drag and drop editor. Take advantage of power features like section duplication, template preview etc. to build the perfect mail that will make your audience sit up and take notice.

★ Template Gallery
Professional templates for sending reports, invitations, meeting agenda, invoices, newsletters are available at the click of a button.The template gallery contains 100s of templates for every profession. If you do not see the template you require, simply contact us to suggest a new template.

★ Build Your Own Templates
Did not find a template for your particular use case? Simply pick a basic template and begin building a template of your own. RelayKit also gives you access to a number of pre made sections using which you can build your own templates.

RelayKit is perfect for...
    ➤ Marketers
    ➤ Sales Teams
    ➤ Startups
    ➤ Entrepreneurs
    ➤ Real Estate Agents
    ➤ Recruiters
    ➤ Teaching Professionals

RelayKit extension does not require access to your emails. The only special permission it requires is to display the editor nicely in your Gmail inbox and to help you manage your users if you are an admin.

You can get started for free and then subscribe to any plan of your choice right within the extension. We also have a no questions asked, 30 day money back guarantee. Checkout the pricing by going to https://intdatalabs.com/buy/relaykit.html

Did not find a template for your use case? Found a bug? Want help? Please do not hesitate to contact us..
Support Email: [email protected]
Website: https://relaykit.com/

★ Release Notes

0.1.11 - 2 December, 2018
-- Admins can now manage their users as per their plan limitations
-- Modals will now close on click of modal background
-- Added ability to subscribe to plans from within the extension

0.1.10 - 21 October, 2018
-- Added ability to add new share icons

0.1.9 - 21 September, 2018
-- Template preview images will now load from website
-- Package size reduced by ~7MB

0.1.8 - 12 September, 2018
-- Improved UI of templates/sections overlay
-- Fixed issues with Image change option
-- Fixed broken links in templates

0.1.7 - 06 September, 2018
-- Changing share icon URL

0.1.6 - 05 September, 2018
-- New templates for Startups and Entrepreneurs
-- Improvements on old templates
-- Lazy loading compose button

0.1.5 - 29 August, 2018
-- Compose window open scenarios
-- App will reload page to inject scripts if not detected
-- On click of any button in the editor when there is no wrapper, templates gallery will be shown

0.1.4 - 28 August, 2018
-- Add Sections
-- Templates hover
-- Context menu container bug fix

0.1.3 - 27 August, 2018
-- Sections context menu
-- Delete Section
-- Duplicate Section
-- Edit Section Properties
-- Edit Column Properties
-- Add social icon
-- Button section properties
-- Edit Image Properties

0.1.2 - 19 August, 2018
-- Template lookup
-- 1 Plain text template
-- 9 Newsletter templates
-- 4 E-commerce templates
-- 1 Launch template

0.1.1 - 18 August, 2018
-- Bugfix - Unable to send email

0.1.0 - 17 August, 2018
-- WYSIWYG Editor
-- Send mail to single email                    

扩展基本信息

名称 RelayKit - Stunning emails made easy RelayKit - Stunning emails made easy
ID dcbdcbkamobklcalflmelhpkhhlnanam
官方URL https://chromewebstore.google.com/detail/relaykit-stunning-emails/dcbdcbkamobklcalflmelhpkhhlnanam
简介 Send Reports, Newsletters, Invitations & other purpose crafted, professional looking emails right from your Gmail inbox
文件大小 1.67 MB
安装次数 339
当前版本 0.1.11
更新时间 2018-12-03
上架时间 2018-12-02
评分 4.71/5 共14次评分
开发者 https://relaykit.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://relaykit.com
帮助页面URL https://intdatalabs.com/knowledgebase/relaykit
隐私政策页面URL https://intdatalabs.com/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RelayKit - Stunning emails made easy",
    "short_name": "RelayKit",
    "version": "0.1.11",
    "version_name": "0.1.11",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "Int Data Labs",
    "homepage_url": "https:\/\/relaykit.com\/",
    "incognito": "split",
    "offline_enabled": false,
    "options_page": "options.html",
    "icons": {
        "128": "images\/relaykit-icon.png"
    },
    "page_action": {
        "default_icon": "images\/relaykit-icon.png",
        "default_title": "Send HTML emails from Gmail - RelayKit"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "fontawesome\/webfonts\/*",
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "runs_at": "document_end",
            "css": [
                "css\/styles.css",
                "fontawesome\/css\/fontawesome-all.min.css"
            ],
            "js": [
                "js\/init.js",
                "js\/utils.js",
                "js\/templates.js",
                "js\/controllers.js",
                "js\/email_templates.js",
                "js\/email_sections.js"
            ]
        }
    ],
    "permissions": [
        "declarativeContent",
        "activeTab",
        "contextMenus",
        "identity"
    ]
}