MIA - Writing Assistant

Write Faster, Better, and More Engaging Content On LinkedIn and Medium

Co to jest MIA - Writing Assistant?

MIA - Writing Assistant to rozszerzenie Chrome opracowane przez https://miawriterai.com, a jego główną funkcją jest „Write Faster, Better, and More Engaging Content On LinkedIn and Medium”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MIA - Writing Assistant

Pobierz pliki rozszerzeń MIA - Writing Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        MIA: AI-Powered Writing Assistant for LinkedIn and Medium Content Creators

Unleash the true potential of your writing with MIA, your smart writing companion. Effortlessly transform, refine, and enhance your content with a single click.

🚀 Main Features:

1. Content Transformer: Effortlessly enhance your LinkedIn and Medium content by shortening, elaborating, rephrasing, or expanding with just a selection.
2. Style Tuner: Adjust your writing tone and style to perfection with comprehensive settings.
3. Fast-Track Medium Editing: Say goodbye to writer's block and lengthy editing hours. Let AI shape your writing instantly!

Crafting captivating posts and articles is now made easier and faster. Powered by OpenAI, our extension offers a seamless writing experience right in your browser. It's not just a tool, but an AI writing companion for every content creator.

🔍 How MIA Enriches Your Content Creation Experience:

📝 Quick Access: Simply select text and select a smart suggestion.
🎭 Tone and Style Settings: Adjust MIA's outputs to match your desired tone, from formal to conversational.
🚀 AI-Powered Prompts: Developed specifically for LinkedIn and Medium's ecosystem, ensuring relevance and engagement.

🚀 Quick Start:

1️⃣ Highlight the desired text on LinkedIn or Medium text editor and click one the MIA icon that appears.
2️⃣ Customize your desired tone of voice and writing style with the settings in the top right corner of the popup.
3️⃣ Select enhancement options like "Shorten", "Elaborate", and more.
4️⃣ Watch as your content transforms!

💡 Highlighted Features of MIA:

- Instant Improvements: With just a selection, get suggestions to rephrase, shorten, or expand your content.
- Custom Style Settings: Tune the writing style from formal to casual, concise to detailed, and more.
- Tailored for LinkedIn and Medium: Specifically designed for writers to cater to the platform's audience and style.

❇️ Behind the Scenes of MIA:

MIA harnesses the raw power of GPT-3.5 from OpenAI, fine-tuned to cater to diverse content spectrum. Every suggestion is crafted with the aim to enhance readability and engagement.

❓ Frequently Asked Questions about MIA:

📌 What is MIA?
MIA is a chrome extension designed for LinkedIn and Medium writers, helping them enhance their content using the capabilities of OpenAI.

📌 Do I need to pay to use MIA?
MIA offers both a free tier and a paid subscription. The free tier allows you to generate up to 5,000 words. For more extensive usage and to unlock all features, you can opt for the paid subscription, which offers up to 100,000 words per month.

📌 Is my data secure with MIA?
Absolutely. MIA prioritizes user privacy and does not store your content.

📌 Can I customize MIA's suggestions?
Yes, MIA offers settings to adjust the tone and style of its outputs.

📌 Is MIA affiliated with LinkedIn, Medium or OpenAI?
While MIA is designed for LinkedIn and Medium writers and uses OpenAI, it is an independent product and not officially affiliated with either organization.

📪 Reach Out to Us:
For questions, feedback, or suggestions, please connect with us at 💌 [email protected].
Experience a new dimension of writing on LinkedIn and Medium with MIA!

Note: MIA is a standalone product, leveraging the capabilities of OpenAI API. It is not an official application developed by OpenAI.                    

Podstawowe informacje o rozszerzeniu

Nazwa MIA - Writing Assistant MIA - Writing Assistant
ID hbhoajinbnafekfleebcfbdcindfocpb
Oficjalny URL https://chromewebstore.google.com/detail/mia-writing-assistant/hbhoajinbnafekfleebcfbdcindfocpb
Opis Write Faster, Better, and More Engaging Content On LinkedIn and Medium
Rozmiar pliku 1.24 MB
Liczba instalacji 59
Aktualna Wersja 1.0.8
Ostatnia Aktualizacja 2024-02-11
Data Publikacji 2023-10-18
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://miawriterai.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.miawriterai.com/
Adres URL Strony Pomocy https://www.miawriterai.com/
Adres URL Strony Polityki Prywatności https://www.miawriterai.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MIA - Writing Assistant",
    "description": "Write Faster, Better, and More Engaging Content On LinkedIn and Medium",
    "version": "1.0.8",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": "images\/logo_M_gradient_32.png"
    },
    "icons": {
        "16": "images\/logo_M_gradient_16.png",
        "32": "images\/logo_M_gradient_32.png",
        "48": "images\/logo_M_gradient_48.png",
        "128": "images\/logo_M_gradient_128.png"
    },
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "https:\/\/medium-writing-assistant-8f3649e7eaa3.herokuapp.com\/*",
        "https:\/\/www.miawriterai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/medium.com\/p\/*\/edit*",
                "https:\/\/medium.com\/new-story*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "scripts\/contentScript.js",
                "scripts\/contentScriptSettings.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo_M_gradient_16.png",
                "customPopup\/customPopup.html",
                "customPopup\/settings.html",
                "customPopup\/scripts\/customPopup.js",
                "customPopup\/scripts\/settings.js",
                "customPopup\/scripts\/utils.js",
                "customPopup\/css\/buttons.css",
                "customPopup\/css\/customPopup.css",
                "customPopup\/css\/inputs.css",
                "customPopup\/css\/loading.css",
                "customPopup\/css\/settings.css",
                "customPopup\/css\/tabs.css",
                "customPopupLinkedin\/customPopup.html",
                "customPopupLinkedin\/settings.html",
                "customPopupLinkedin\/scripts\/customPopup.js",
                "customPopupLinkedin\/scripts\/settings.js",
                "customPopupLinkedin\/scripts\/utils.js",
                "customPopupLinkedin\/css\/buttons.css",
                "customPopupLinkedin\/css\/customPopup.css",
                "customPopupLinkedin\/css\/inputs.css",
                "customPopupLinkedin\/css\/loading.css",
                "customPopupLinkedin\/css\/settings.css",
                "customPopupLinkedin\/css\/tabs.css",
                "oauth.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}