Unfluffer

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

O que é Unfluffer?

Unfluffer é uma extensão do Chrome desenvolvida por UnFluffer, e sua principal característica é "Use Unfluffer to instantly transform your messy draft into a beautiful, persuasive copy that sells.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Unfluffer

Baixe arquivos de extensão Unfluffer 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

                        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]                    

Informações Básicas da Extensão

Nome Unfluffer Unfluffer
ID cjlopncleibdbfmfebkmhjmjkpdikgpf
URL Oficial https://chromewebstore.google.com/detail/unfluffer/cjlopncleibdbfmfebkmhjmjkpdikgpf
Descrição Use Unfluffer to instantly transform your messy draft into a beautiful, persuasive copy that sells.
Tamanho do Arquivo 58.71 KB
Contagem de Instalações 44
Versão Atual 2.0
Última Atualização 2023-11-28
Data de Publicação 2023-04-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor UnFluffer
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://unfluffer.com
URL da Página de Política de Privacidade https://unfluffer.com/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}