Mirage

Talk to your email!

Wat is Mirage?

Mirage is een Chrome-extensie ontwikkeld door https://mirageml.com, en de belangrijkste functie is "Talk to your email!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Mirage

Download Mirage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Mirage Mirage
ID bdlcjiodcdfodcoafejfgcflajmnnneg
Officiële URL https://chromewebstore.google.com/detail/mirage/bdlcjiodcdfodcoafejfgcflajmnnneg
Beschrijving Talk to your email!
Bestandsgrootte 411 KB
Aantal Installaties 111
Huidige Versie 0.0.27
Laatst Bijgewerkt 2023-12-19
Publicatiedatum 2023-12-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://mirageml.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://mirageml.com
Help Pagina-URL https://twitter.com/mirage_ml
URL van de Privacybeleid Pagina https://mirageml.com/privacy
Ondersteunde Talen 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"
    ]
}