Unfluffer

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

Hvad er Unfluffer?

Unfluffer er en Chrome-udvidelse udviklet af UnFluffer, og dens hovedfunktion er "Use Unfluffer to instantly transform your messy draft into a beautiful, persuasive copy that sells.".

Udvidelsesskærmbilleder

screenshot

Download Unfluffer-udvidelses-CRX-fil

Download Unfluffer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn Unfluffer Unfluffer
ID cjlopncleibdbfmfebkmhjmjkpdikgpf
Officiel URL https://chromewebstore.google.com/detail/unfluffer/cjlopncleibdbfmfebkmhjmjkpdikgpf
Beskrivelse Use Unfluffer to instantly transform your messy draft into a beautiful, persuasive copy that sells.
Filstørrelse 58.71 KB
Antal Installationer 44
Nuværende Version 2.0
Senest Opdateret 2023-11-28
Udgivelsesdato 2023-04-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler UnFluffer
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://unfluffer.com
URL til Fortrolighedspolitik Side https://unfluffer.com/privacy-policy
Understøttede Sprog 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"
            ]
        }
    ]
}