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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://relaykit.com, και η κύρια λειτουργία του είναι "Send Reports, Newsletters, Invitations & other purpose crafted, professional looking emails right from your Gmail inbox".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RelayKit - Stunning emails made easy

Λήψη αρχείων επέκτασης 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"
    ]
}