Email Testing & Email Preview - Inbox Pirates

Email Preview Testing on various screen sizes, mobile phones on Outlook, Gmail, Yahoo, and more.

Apa itu Email Testing & Email Preview - Inbox Pirates?

Email Testing & Email Preview - Inbox Pirates adalah ekstensi Chrome yang dikembangkan oleh https://inboxpirates.com, dan fitur utamanya adalah "Email Preview Testing on various screen sizes, mobile phones on Outlook, Gmail, Yahoo, and more.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Email Testing & Email Preview - Inbox Pirates

Unduh file ekstensi Email Testing & Email Preview - Inbox Pirates dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Email testing and email preview on several devices, screen sizes and email clients with one click is now possible using the Inbox Pirates Chrome Extension. Get started with Inbox Pirates today for free.

🤔 What is Inbox Pirates? 

Inbox Pirates is an email preview tool and a inbox preview tool that previews your email on various email clients, devices and screen sizes. It checks your email for broken HTML, accessibility issues, previews the email from the notification bar, displays reading time of your email, and improves readability. 

🤯 Why care about Email Testing? 

1. With email marketing, an average of $38 is gained for every $1 spent 🤑.
2. The average email user atleast gets 10-40 emails per day 😒. 
3. After 2018, over 48% of emails were opened using mobile. 📱 
4. Over 75% of users admitted to reading emails only from notification bars. 🔔

In short, if you send emails be smart and test them out!

🐺 How to use Inbox Pirates? 

1. Install the extension using the chrome store. 
2. Go to your email service provider of choice like Gmail or apollo or any of other integrations. 
3. An orange button with the logo of inbox pirates would appear on your screen, and when clicked will take you to our site with the preview of your email on several devices and email clients.

🏗 Why is Inbox Pirates being built? 

While an average user gets 10-40 emails every day, only 15-20 seconds are spent per email. This combined with the fact that over 75% of the emailers agreed that they decided whether or not to read the email by peeking at the notification bar makes it a very hard job to design great emails. 

Realising the importance of optimizing the subject line, making sure where the email content gets cut off and previewing it stacked up against several other emails was the inception of Inbox Pirates. 

The current email testing and preview tools fail to match with our standards since they constantly give rise to the egocentric bias by only showing the email you have designed, as opposed to reality. And we also tend to design emails in a large screen, while we read most of our emails on our smartphones.

✨ New features of Inbox Pirates:

- Auto-save sender name, subject name and preview text.
- Preview where the subject line gets cut off in email devices
- Preview how the email looks when stacked up against 10 other emails in your inbox.
- Test HTML Email on several devices and email clients. 
- Test the responsiveness of html emails in smaller devices. 
- Inbox preview of how the email looks and where the email gets cut off in several email clients.

Happy to announce our innovative notification-bar based email testing tool which provides a way for sales and marketing teams to keep an eye on where the subject line of emails, and content of emails get cut off on various emails.

🆕 What's new in version 1.9? 

- Outplay HQ Integration 
- Run an email test from anywhere! Select text -> Right click -> Run Email test
- Adds extension tour. 
- Adds extra steps to email testing tour.
- Emoji bug fix on Gmail.
- Add Snov.io integration 💃.
- Add Google Pixel 6 Pro notification bar's support for Android notification preview of your emails.
- Add a better how-to-use video for new users.
- Added a better onboarding flow, with personalized goal management.
- Adds a better feedback survey when uninstalling the extension.
- Added live chat in the website from Freshchat for better support.
- Add call, feedback, and report bug options to the new popover panel of the extension.
- Improve your privacy by removing sentry, log rocket, and auto-capture in our analytics tools.

🐛 Bug Fixes in version 1.9: 

- Privacy bug fixes with posthog
- Added loading button missing when adding preview from popup
- Removed tailwind css.
- Proper snov.io button.
- Work in Progress - Better onboarding flow for new users.
- Fixes extension breaking with new Gmail design.
- Adds correct Google font when previewing Android 12+ devices.
- Updated login page copy to reflect changes
- Close button was not visible on smaller size laptops so fixed it with a max height of 660 px.
- Updated aria descriptions of several buttons for better accessibility.
- Cleaned up all error messages on chrome.
- Changed all debug logs to debug from info.



🏈 Supported Email Service Providers for email testing: 

- Gmail. 
- Hubspot Marketing CRM Suite. 
- Sendinblue email campaign sender. 
- Apollo.io - sales engagement platform.
- 🆕 Snov.io - Cold email outreach platform ( Added at 1.7 )

If your ESP is not listed, you can simply copy paste HTML code to validate and test your email. Additionally feel free to submit us your integration at https://inboxpirates.com/roadmap.

😎 Who's behind Inbox Pirates? 

Inbox Pirates is a proud product of Crewcharge Technologies Private Ltd. While we created a great product for customer segmentation, we realised our feature was something that needed it's own brand and here it is.

👋 How to contact Inbox Pirates? 

For support and other queries regarding the product please reach out to [email protected].                    

Informasi Dasar Ekstensi

Nama Email Testing & Email Preview - Inbox Pirates Email Testing & Email Preview - Inbox Pirates
ID angdoeeofmfhhecbfnnclelbiodppmlf
URL Resmi https://chromewebstore.google.com/detail/email-testing-email-previ/angdoeeofmfhhecbfnnclelbiodppmlf
Deskripsi Email Preview Testing on various screen sizes, mobile phones on Outlook, Gmail, Yahoo, and more.
Ukuran File 1.21 MB
Jumlah Instalasi 495
Versi Saat Ini 1.9
Terakhir Diperbarui 2022-10-27
Tanggal Publikasi 2022-04-25
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://inboxpirates.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://inboxpirates.com
URL Halaman Bantuan https://inboxpirates.com
URL Halaman Kebijakan Privasi https://crewcharge.com/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email Testing & Email Preview - Inbox Pirates",
    "short_name": "Inbox Pirates",
    "version": "1.9",
    "author": "Bharadwaj Giridhar ",
    "description": "Email Preview Testing on various screen sizes, mobile phones on Outlook, Gmail, Yahoo, and more.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "dist\/gmail.js"
            ],
            "css": [
                "dist\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.apollo.io\/*"
            ],
            "js": [
                "dist\/apollo.js"
            ],
            "css": [
                "dist\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/my.sendinblue.com\/*"
            ],
            "js": [
                "dist\/sendinblue.js"
            ],
            "css": [
                "dist\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.admin.mailchimp.com\/campaigns\/*"
            ],
            "js": [
                "dist\/mailchimp.js"
            ],
            "css": [
                "dist\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.snov.io\/*"
            ],
            "js": [
                "dist\/snovio.js"
            ],
            "css": [
                "dist\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.hubspot.com\/email\/*\/edit\/*\/preview"
            ],
            "js": [
                "dist\/hubspot.js"
            ],
            "all_frames": true,
            "css": [
                "dist\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.outplayhq.com\/*"
            ],
            "js": [
                "dist\/outplay.js"
            ],
            "all_frames": true,
            "css": [
                "dist\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/popupbg.js"
            ],
            "css": [
                "dist\/popupbg.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/gmail.js",
                "dist\/apollo.js",
                "dist\/sendinblue.js",
                "dist\/mailchimp.js",
                "dist\/popups.js",
                "dist\/hubspot.js",
                "dist\/snovio.js",
                "dist\/outplay.js",
                "dist\/popupbg.js",
                "icon16.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "dist\/popup.html",
        "default_icon": "icon16.png",
        "default_title": "Inbox Pirates Email Preview"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}