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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ★ 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"
    ]
}