Really Good Emails / Capture!

Import any email to your RGE library and instantly share with your team.

Really Good Emails / Capture!คืออะไร?

Really Good Emails / Capture! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reallygoodemails.com และคุณลักษณะหลักของมันคือ "Import any email to your RGE library and instantly share with your team."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Really Good Emails / Capture!

ดาวน์โหลดไฟล์ส่วนขยาย Really Good Emails / Capture! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Import any email to your RGE library and instantly share with your team. No more gmail labels, no more broken email forward's, now you can import inspiration, your competition’s emails, or your own company’s—your imagination is the limit.

About Really Good Emails
------------------------------------------------------

Hi new friend! Really Good Emails (RGE for short) aims to be the best showcase of email design and resources on the web. We’re providing transparency into product email and customer email cycles that are not available anywhere else.

We're also building the tools you need to craft, QA, and collaborate on your own emails. This browser extension is our first feature towards that goal.


User reviews
------------------------------------------------------

"I use Really Good Emails to provide examples to my creative team of how other companies are pushing the envelope with different types of campaigns. It helps expand our creative team’s mind about what’s possible and provides a benchmark to compare against. It’s been super helpful on a ton of different campaigns."
– Elyssa Verhoogen, Senior CRM Manager, Depop


"Really Good Emails is life-changing."
– Laurence Coombe, CRM Manager, Vivino

"I am grateful every day that I get to benefit from your amazing work!"
– Melissa Neikirk, Director, Lifecycle Marketing, Zillow

"I use RGE’s browser extension to share campaigns with my team so that we can design the best emails possible. I’m not sure how I went this long without it!"

"An RGE account is a must-have for developers, designers, copywriters...anyone in the email world who wants to work with their teams more efficiently."                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Really Good Emails / Capture! Really Good Emails / Capture!
ID abbicmdidbmbhgmcpelledjbacnllnkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/really-good-emails-captur/abbicmdidbmbhgmcpelledjbacnllnkk
คำอธิบาย Import any email to your RGE library and instantly share with your team.
ขนาดไฟล์ 371 KB
จำนวนการติดตั้ง 3,426
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2022-09-20
วันที่เผยแพร่ 2022-01-13
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://reallygoodemails.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://reallygoodemails.com
URL หน้าช่วยเหลือ https://reallygoodemails.com/features/extension
URL หน้านโยบายความเป็นส่วนตัว https://reallygoodemails.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2",
    "name": "Really Good Emails \/ Capture!",
    "description": "Import any email to your RGE library and instantly share with your team.",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script\/gmail\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/outlook.live.com\/*"
            ],
            "js": [
                "content-script\/outlook\/index.js"
            ]
        },
        {
            "matches": [
                "http:\/\/localhost:4000\/*",
                "https:\/\/reallygoodemails.com\/*"
            ],
            "js": [
                "content-script\/rge-website.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png"
        },
        "default_popup": "out\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/cdn.segment.com https:\/\/static.hotjar.com https:\/\/script.hotjar.com https:\/\/www.google-analytics.com\/ https:\/\/d3qxef4rp70elm.cloudfront.net https:\/\/cdn.amplitude.com 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "\/content-script\/gmail\/access-ik.js"
    ]
}