RelayKit - Stunning emails made easy

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

Qu'est-ce que RelayKit - Stunning emails made easy ?

RelayKit - Stunning emails made easy est une extension Chrome développée par https://relaykit.com, et sa fonction principale est "Send Reports, Newsletters, Invitations & other purpose crafted, professional looking emails right from your Gmail inbox".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension RelayKit - Stunning emails made easy

Téléchargez les fichiers d'extension RelayKit - Stunning emails made easy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ★ 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                    

Informations de Base sur l'Extension

Nom RelayKit - Stunning emails made easy RelayKit - Stunning emails made easy
ID dcbdcbkamobklcalflmelhpkhhlnanam
URL Officiel https://chromewebstore.google.com/detail/relaykit-stunning-emails/dcbdcbkamobklcalflmelhpkhhlnanam
Description Send Reports, Newsletters, Invitations & other purpose crafted, professional looking emails right from your Gmail inbox
Taille du Fichier 1.67 MB
Nombre d'Installations 339
Version Actuelle 0.1.11
Dernière Mise à Jour 2018-12-03
Date de Publication 2018-12-02
Évaluation 4.71/5 Total 14 Évaluations
Développeur https://relaykit.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://relaykit.com
URL de la Page d'Aide https://intdatalabs.com/knowledgebase/relaykit
URL de la Page de Politique de Confidentialité https://intdatalabs.com/privacy.html
Langues Prises en Charge 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"
    ]
}