WriteMe.ai - AI powered writing assistant

Best AI Writer, Content Generator & Writing Assistant.

O que é WriteMe.ai - AI powered writing assistant?

WriteMe.ai - AI powered writing assistant é uma extensão do Chrome desenvolvida por https://writeme.ai, e sua principal característica é "Best AI Writer, Content Generator & Writing Assistant.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WriteMe.ai - AI powered writing assistant

Baixe arquivos de extensão WriteMe.ai - AI powered writing assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WriteMe.ai - AI powered writing assistant WriteMe.ai - AI powered writing assistant
ID cekebjfebnajphajaemjhgjhpmdjepdo
URL Oficial https://chromewebstore.google.com/detail/writemeai-ai-powered-writ/cekebjfebnajphajaemjhgjhpmdjepdo
Descrição Best AI Writer, Content Generator & Writing Assistant.
Tamanho do Arquivo 367 KB
Contagem de Instalações 1,569
Versão Atual 2.0.1
Última Atualização 2024-01-26
Data de Publicação 2022-11-15
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor https://writeme.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://app.writeme.ai/
URL da Página de Ajuda https://writeme.ai/
URL da Página de Política de Privacidade https://writeme.ai/privacy-policy
Idiomas Suportados 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\/*"
            ]
        }
    ]
}