Unfluffer

Use Unfluffer to instantly transform your messy draft into a beautiful, persuasive copy that sells.

Co je Unfluffer?

Unfluffer je rozšíření Chrome vyvinuté UnFluffer, a jeho hlavní funkcí je „Use Unfluffer to instantly transform your messy draft into a beautiful, persuasive copy that sells.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Unfluffer

Stáhněte si soubory rozšíření Unfluffer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        UnFluffer - Your Ultimate Writing Assistant

UnFluffer is an AI-powered writing tool that helps users improve the clarity, concision, and overall quality of their written communication. With UnFluffer, writing becomes easier, faster, and more effective, whether you're drafting a business email, blog post or writing a social media post.

Revolutionize Your Writing Experience:

UnFluffer is a unique writing companion that is designed to take the tedium out of writing. With its advanced AI technology, UnFluffer goes beyond the traditional grammar and writing assistants you may be familiar with, offering a range of features that will take your writing to the next level.

Rewrite:-

UnFluffer's rewriting feature can help you convey your message more clearly and effectively by providing alternative phrasing for entire sentences or paragraphs. With UnFluffer, you can rewrite your text without having to start from scratch, making the writing process faster and more efficient. 

Whether you're looking to simplify complex sentences or restructure your entire document, UnFluffer's AI-powered rewriting technology can provide tailored suggestions to meet your specific writing needs and goals.

Tone & Length:-

Depending on your objective, UnFluffer lets you choose the tone and length of your rewrite suggestions. Want your message to be more formal or more casual? More concise or more detailed? UnFluffer lets you tailor your writing to your specific needs and preferences.

Simultaneous Translation & Rewriting:-

UnFluffer is equipped with a feature that allows you to write in a foreign language and receive rephrasing suggestions in English. This feature is particularly useful for non-native English speakers who want to improve their writing skills.

Works Where You Do:-

UnFluffer is a multi-platform extension that works where you write! It seamlessly integrates with popular platforms such as Gmail, Google Docs, and Google Sheet, allowing you to access its powerful features wherever you are.

Unlock Your Writing Potential...

UnFluffer can help you to:-

💡Write better and more clearly, delivering your message the way you intend to.
💡Make brilliant vocabulary choices and expand your English vocabulary.
💡Spend less time editing and perfecting your text.
💡Write with confidence and sound more fluent.

Experience the UnFluffer Difference:

UnFluffer is committed to delivering a writing experience that is fast, effective, and easy. With its advanced AI technology, UnFluffer helps you express your ideas clearly and concisely, making your writing more engaging and effective. 

Version History: 

2.0 : 

+ New updated design for better UX
+ Users can now see the history from the extension itself
+ Users can now delete previous interactions
+ Now users can also select difficulty level from the extension
+ Users can now copy individual outputs
+ Highlighting the text from the output area now does not put the text in the selected text to be processed area
+ New and approved AI processing

If you have any questions or feedback, we would love to hear from you at [email protected]                    

Základní Informace o Rozšíření

Název Unfluffer Unfluffer
ID cjlopncleibdbfmfebkmhjmjkpdikgpf
Oficiální URL https://chromewebstore.google.com/detail/unfluffer/cjlopncleibdbfmfebkmhjmjkpdikgpf
Popis Use Unfluffer to instantly transform your messy draft into a beautiful, persuasive copy that sells.
Velikost souboru 58.71 KB
Počet instalací 44
Aktuální Verze 2.0
Poslední Aktualizace 2023-11-28
Datum Vydání 2023-04-16
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář UnFluffer
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://unfluffer.com
URL Stránky Zásad Ochrany Soukromí https://unfluffer.com/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unfluffer",
    "description": "Use Unfluffer to instantly transform your messy draft into a beautiful, persuasive copy that sells.",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/fav.png",
        "32": "images\/fav.png",
        "48": "images\/main-icon.png",
        "128": "images\/fav.png",
        "256": "images\/close.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/icon.svg",
                "images\/fav.png",
                "images\/close.png",
                "images\/chat.png",
                "images\/copy.svg",
                "images\/folder.png",
                "images\/plus.png",
                "images\/search.png",
                "images\/angle.png",
                "images\/ellipsis.png",
                "images\/copy.png",
                "images\/delete.png"
            ]
        }
    ]
}