RelayKit - Stunning emails made easy

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

¿Qué es RelayKit - Stunning emails made easy?

RelayKit - Stunning emails made easy es una extensión de Chrome desarrollada por https://relaykit.com, y su función principal es "Send Reports, Newsletters, Invitations & other purpose crafted, professional looking emails right from your Gmail inbox".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión RelayKit - Stunning emails made easy

Descarga archivos de extensión RelayKit - Stunning emails made easy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ★ 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                    

Información Básica de la Extensión

Nombre RelayKit - Stunning emails made easy RelayKit - Stunning emails made easy
ID dcbdcbkamobklcalflmelhpkhhlnanam
URL Oficial https://chromewebstore.google.com/detail/relaykit-stunning-emails/dcbdcbkamobklcalflmelhpkhhlnanam
Descripción Send Reports, Newsletters, Invitations & other purpose crafted, professional looking emails right from your Gmail inbox
Tamaño del Archivo 1.67 MB
Cantidad de Instalaciones 339
Versión Actual 0.1.11
Última Actualización 2018-12-03
Fecha de Publicación 2018-12-02
Calificación 4.71/5 Total de 14 Calificaciones
Desarrollador https://relaykit.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://relaykit.com
URL de la Página de Ayuda https://intdatalabs.com/knowledgebase/relaykit
URL de la Página de Política de Privacidad https://intdatalabs.com/privacy.html
Idiomas Soportados 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"
    ]
}