WriteMe.ai - AI powered writing assistant

Best AI Writer, Content Generator & Writing Assistant.

Cos'è WriteMe.ai - AI powered writing assistant?

WriteMe.ai - AI powered writing assistant è un'estensione di Chrome sviluppata da https://writeme.ai, e la sua funzione principale è "Best AI Writer, Content Generator & Writing Assistant.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WriteMe.ai - AI powered writing assistant

Scarica i file di estensione WriteMe.ai - AI powered writing assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Prepare to witness the next big transformation in your writing experience on your favorite Browser, using WriteMe.Ai Google Chrome Extension.

WriteMe.Ai’s Google Chrome Extension Features:
We have got some amazing features in WriteMe.Ai Google Chrome Extension for a better, smoother and more streamlined writing experience using AI.
Next Line Suggestions to incorporate fresh, new ideas in your text
Built-in Grammar Checker to edit, polish and perfect your text
Write Complete Article to create long form content in a jiffy
Popular Use Cases to write unique content for certain use cases in minutes

How to Setup WriteMe.Ai’s Google Chrome Extension:
All you will need to do is:
Download the WriteMe.Ai Google Chrome Extension 
Pin the  WriteMe.Ai Google Chrome Extension to Your browser
Launch the WriteMe.Ai Google Chrome Extension and Log In 

After Downloading Here are the next steps you need to follow to use WriteMe across all websites to use WriteMe.ai’s extension

Step 1:
Once you have successfully installed the extension, go to your extensions settings
Pin WriteMe.Ai extension on your browser. Create a new document to start using WriteMe.Ai or go straight to the web app. You can also set your preferences for using WriteMe.Ai on different websites by going to the Extensions Settings page.

Step 2:
Move your cursor over the text and select any text between 30 to 300 characters length. WriteMe.Ai icon will appear under the highlighted text. Click on the WriteMe.Ai icon to open the toolbar (ribbon).


Step 3: 
The ribbon will show you available actions you can take. Choose any option to get Next Line Suggestions, view Use Cases, use Grammar Tools, or Write Complete Article using WriteMe.Ai.

Change Log:

1.0.0

Chrome Extension Launched
Access 40+ use cases & templates
Supports 30+ languages and 20+ tones
Write sales & marketing emails that get replies
Discover ideas & write engaging content for blog
Generate creative, catchy copies for social media
Write product, job, profile, video descriptions
Generate interesting caption ideas for Instagram post
In-built native plagiarism checker (powered by Copyscape)
Workflow and team management features

1.0.4

Layout enhancements
Bug fixes

1.0.6

3 New Popular Use Cases 
GPT 3.5 enhancements
Content synchronization 

1.1.1

WriteMe Extension is now Draggable  
New “WriteMe” Button to get text answers for anything
Now Data is copied auto on Click Using Append Function* 

2.0.0

Input Unlimited Text
Utilize the capabilities of GPT-3.5 and GPT-4 now.

2.0.1

Logout issue fixed

*Facebook not eligible.

Drag and Drop Extension:

Take the extension anywhere with you! Drag and drop the extension anywhere on the page and continue making edits. Enjoy more writing freedom!

WriteMe ANYTHING!

"WriteMe" button can help you with emails, social media posts, ad copies, and more! You don't have to waste time searching for the right use case; just use the WriteMe option to get something written for you. Use the new WriteMe button to find text-based.                    

Informazioni di Base sull'Estensione

Nome WriteMe.ai - AI powered writing assistant WriteMe.ai - AI powered writing assistant
ID cekebjfebnajphajaemjhgjhpmdjepdo
URL Ufficiale https://chromewebstore.google.com/detail/writemeai-ai-powered-writ/cekebjfebnajphajaemjhgjhpmdjepdo
Descrizione Best AI Writer, Content Generator & Writing Assistant.
Dimensione del File 367 KB
Conteggio Installazioni 1,569
Versione Corrente 2.0.1
Ultimo Aggiornamento 2024-01-26
Data di Pubblicazione 2022-11-15
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore https://writeme.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://app.writeme.ai/
URL della Pagina di Aiuto https://writeme.ai/
URL della Pagina della Politica sulla Privacy https://writeme.ai/privacy-policy
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": ".\/popup.html",
        "default_title": "Writeme.AI"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_origin_as_fallback": true,
            "run_at": "document_end",
            "js": [
                ".\/vendor\/jquery-3.6.0.min.js",
                ".\/vendor\/jquery-ui.js",
                "helpers.js",
                "content.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ]
        }
    ],
    "description": "Best AI Writer, Content Generator & Writing Assistant.",
    "icons": {
        "128": ".\/images\/extension\/128.png",
        "16": ".\/images\/extension\/16.png",
        "32": ".\/images\/extension\/32.png",
        "48": ".\/images\/extension\/48.png"
    },
    "manifest_version": 3,
    "name": "WriteMe.ai - AI powered writing assistant",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "version": "2.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/logo.svg",
                "images\/loader.gif",
                "images\/icons\/*"
            ]
        }
    ]
}