Rytr - AI powered writing assistant

Best AI Writer, Content Generator & Writing Assistant.

Что такое Rytr - AI powered writing assistant?

Rytr - AI powered writing assistant - это расширение Chrome, разработанное https://rytr.me, и его основная функция - "Best AI Writer, Content Generator & Writing Assistant.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Rytr - AI powered writing assistant

Скачайте файлы расширений Rytr - AI powered writing assistant в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Rytr is an AI copywriting tool that helps you create high-quality content, in just a few seconds, at a fraction of the cost.

✍️ With Rytr's browser extension, it's never been easier to create stunning copy — whether you're working on Gmail, Facebook, or Wordpress, Rytr will save you time and ensure your content is always up to snuff!

- Access 30+ 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

Generate killer content, effortlessly
Never face writer's block again — from blogs to emails to ad copies, auto-generate catchy, original, and high-converting copies in popular tones & languages in just a few seconds. Just pick a use case, enter some context, and boom...your copy is ready!

Craft your masterpiece to perfection
Use powerful editing operations to go from raw ideas to a polished piece in no time — takes just about 15 mins to write a 1,000 word piece! Reword, shorten and do much more to improve the content quality before hitting that submit button.

Seamlessly manage your writing workflow
Relieve the stress of juggling multiple projects by providing seamless collaboration, team billing and robust project management features — all without the hefty price tag! With Rytr, it's easy to get back to what matters: running your business and making sure everything runs smoothly.

Rytr combines state-of-the-art AI with industry best practices and templates to write engaging copy that is guaranteed to perform. It's blazing fast and fully mobile-optimized too so you can write and edit on the go, without missing any important deadline.


⚠️ Note: The extension is still in Beta, so we expect a few compatibility issues with some websites/apps. Apologies in advance as we iron out any kinks in the experience.

🔥 What's new:
v1.1
- Added new command menu for creating new content

v1.0
- New and improved interface
- Added 'My Voice' support which allows you to set specific tone profiles that customize the content Rytr generates to sound like you, your team, or your client-ensuring that all the content you create in Rytr sounds exactly the way you want it to.
- Add ability to change the tone of selected text
- Added preview window to edit/regenerate/approve generated content

v0.8
- Added Continue Ryting to make your long-form Ryting smoother & more comprehensive.
- Text editing operations Expand, Shorten and Append are now also added.

v0.7
- You can now control the creativity level, from 'max' level to 'none' i.e. no creativity.

v0.6
- Added option to copy variants to clipboard for use-cases output.

v0.5
- Now you can make use of various use-cases (eg Blog, Email, etc.) via extension

v0.4
- You can now set position of the Rytr toolbar (ribbon) to either top or bottom. This can help you to avoid interference with any other extension or in cases when the typing area is in extreme bottom or top.
- You can now set how many variants you want to generate (maximum 3).                    

Основная информация о расширении

Название Rytr - AI powered writing assistant Rytr - AI powered writing assistant
ID cpnnabpklgnhjopaenljbbmkejamagel
Официальный URL https://chromewebstore.google.com/detail/rytr-ai-powered-writing-a/cpnnabpklgnhjopaenljbbmkejamagel
Описание Best AI Writer, Content Generator & Writing Assistant.
Размер файла 187 KB
Количество установок 50,000
Текущая Версия 1.1.0
Последнее Обновление 2024-01-28
Дата публикации 2021-07-14
Рейтинг 3.96/5 Всего 27 оценок
Разработчик https://rytr.me
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://rytr.me
URL страницы помощи https://rytr.me/resources#browser-extension
URL страницы политики конфиденциальности https://rytr.me/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rytr - AI powered writing assistant",
    "description": "Best AI Writer, Content Generator & Writing Assistant.",
    "version": "1.1.0",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "32": "images\/extension\/logo32.png",
            "48": "images\/extension\/logo48.png",
            "64": "images\/extension\/logo64.png",
            "128": "images\/extension\/logo128.png",
            "256": "images\/extension\/logo256.png"
        },
        "default_title": "Rytr - AI powered writing assistant",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "images\/extension\/logo32.png",
        "48": "images\/extension\/logo48.png",
        "128": "images\/extension\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/logo.svg",
                "images\/loader.svg",
                "images\/select.svg"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.rytr.me\/*",
            "http:\/\/localhost:5001\/*"
        ]
    }
}