WriteMe.ai - AI powered writing assistant

Best AI Writer, Content Generator & Writing Assistant.

Vad är WriteMe.ai - AI powered writing assistant?

WriteMe.ai - AI powered writing assistant är en Chrome-tillägg utvecklad av https://writeme.ai, och dess huvudfunktion är "Best AI Writer, Content Generator & Writing Assistant.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner WriteMe.ai - AI powered writing assistant-förlängningens CRX-fil

Ladda ner WriteMe.ai - AI powered writing assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn WriteMe.ai - AI powered writing assistant WriteMe.ai - AI powered writing assistant
ID cekebjfebnajphajaemjhgjhpmdjepdo
Officiell webbadress https://chromewebstore.google.com/detail/writemeai-ai-powered-writ/cekebjfebnajphajaemjhgjhpmdjepdo
Beskrivning Best AI Writer, Content Generator & Writing Assistant.
Filstorlek 367 KB
Antal Installationer 1,569
Aktuell Version 2.0.1
Senast Uppdaterad 2024-01-26
Publiceringsdatum 2022-11-15
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare https://writeme.ai
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://app.writeme.ai/
Hjälpsida URL https://writeme.ai/
URL till Sekretesspolicy Sidan https://writeme.ai/privacy-policy
Stödda Språk 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\/*"
            ]
        }
    ]
}