Unfluffer

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

什麼是Unfluffer?

Unfluffer是由UnFluffer開發的Chrome擴展程式,該擴展的主要功能是“Use Unfluffer to instantly transform your messy draft into a beautiful, persuasive copy that sells.”。

擴展截圖

screenshot

下載Unfluffer擴展crx文件

下載Unfluffer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Unfluffer Unfluffer
ID cjlopncleibdbfmfebkmhjmjkpdikgpf
官方網址 https://chromewebstore.google.com/detail/unfluffer/cjlopncleibdbfmfebkmhjmjkpdikgpf
簡介 Use Unfluffer to instantly transform your messy draft into a beautiful, persuasive copy that sells.
檔案大小 58.71 KB
安裝次數 44
目前版本 2.0
更新時間 2023-11-28
上架時間 2023-04-16
評分 5.00/5 共 1 次評分
開發者 UnFluffer
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://unfluffer.com
隱私政策頁面URL https://unfluffer.com/privacy-policy
支援的語言 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"
            ]
        }
    ]
}