Mirage

Talk to your email!

ما هو Mirage؟

Mirage هو إضافة Chrome تم تطويرها بواسطة https://mirageml.com، والميزة الرئيسية لها هي "Talk to your email!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Mirage

قم بتنزيل ملفات الامتداد Mirage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is a side panel extension that generates emails for you.

Once you install the extension, follow these steps:
- Navigate to Gmail or Superhuman
- Give the Mirage extension microphone access.
- Open the Mirage extension in the side panel
- Select an Email (Mirage will automatically identify the thread)
- Speak or type your thoughts
- Generate!                    

معلومات أساسية عن التمديد

الاسم Mirage Mirage
ID bdlcjiodcdfodcoafejfgcflajmnnneg
عنوان URL الرسمي https://chromewebstore.google.com/detail/mirage/bdlcjiodcdfodcoafejfgcflajmnnneg
الوصف Talk to your email!
حجم الملف 411 KB
عدد التثبيتات 111
النسخة الحالية 0.0.27
آخر تحديث 2023-12-19
تاريخ النشر 2023-12-13
تقييم 5.00/5 مجموع تقييمات 2
المطور https://mirageml.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://mirageml.com
عنوان صفحة المساعدة https://twitter.com/mirage_ml
عنوان صفحة سياسة الخصوصية https://mirageml.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mirage",
    "description": "Talk to your email!",
    "version": "0.0.27",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "action": {
        "default_title": "Mirage",
        "default_icon": "assets\/icons\/16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "requestPermissions.html",
                "requestPermissions.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/*",
                "https:\/\/www.mail.google.com\/mail\/*",
                "https:\/\/mail.superhuman.com\/*",
                "https:\/\/www.mail.superhuman.com\/*"
            ]
        },
        {
            "js": [
                "googleContentScript.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/*",
                "https:\/\/www.mail.google.com\/mail\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "sidePanel"
    ]
}