Mailie

Share gmail thread-links

Mailieคืออะไร?

Mailie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mailieadmin และคุณลักษณะหลักของมันคือ "Share gmail thread-links"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mailie

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

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

                        Mailie is a chrome extention which allows the user to create a shareable link to any email thread via gmail.

✉️ Sharing emails made possible

Just like Google Docs, Spreadsheets & Slides, email is now sharable. Create sharable Gmail links for announcements, documentation, discussions and more with Mailie.

✉️ Make sure everyone finds your emails

You can share links company-wide. Simply click on the Mailie share button on your email to get the link and send it to your colleagues.

✉️ Sharing emails made possible
Whether you are creating a project scope, a bug tracker, or documenting your sales progress, use email links to reference any past emails or threads related to them.

✉️ Make emails a part of the narrative
Highlight discussions or decisions made in previous email threads. Bring them into the conversation by simply linking to them.

❓ FAQ

✔️ What is Mailie?
A chrome extension on top of Gmail. Mailie allows you to easily create a shareable link to any email thread. No longer will you have to keep looking for links or ask people to check their mailbox. Just like Google Docs, Spreadsheets and Presentations, we are now making Mail sharable.

✔️ Do people I share a Mailie link with will need to install the extension?
No. The extension is only needed to create Mailie links from Gmail. To access links, you do not need the extension.

✔️ Can I send the link to someone who is not on the email thread?

You first need to forward the email to the person, then copy the Mailie link of that forwarded email. 

Find all FAQs here https://mailie.haash.io/frequently-asked-questions                    

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

ชื่อ Mailie Mailie
ID dmnenkfnjokkhbpehkieoijkolbmgbph
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dmnenkfnjokkhbpehkieoijkolbmgbph
คำอธิบาย Share gmail thread-links
ขนาดไฟล์ 202 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 1.6.3
อัปเดตครั้งล่าสุด 2022-12-13
วันที่เผยแพร่ 2021-12-19
ผู้พัฒนา mailieadmin
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mailie.app/
URL หน้าช่วยเหลือ https://mailie.haash.io/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mailie",
    "version": "1.6.3",
    "description": "Share gmail thread-links",
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "icons": {
        "192": "mailie-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                ".\/scripts\/content.js",
                ".\/scripts\/lib\/sentry.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/mailie.app\/*"
    ],
    "action": {
        "default_popup": ".\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*",
                "scripts\/lib\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/browser.sentry-cdn.com; object-src 'self'"
    },
    "manifest_version": 3
}