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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://rytr.me/resources#browser-extension
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}