Wordtune: Generative AI productivity platform

Unleash your professional potential with Wordtune's GenAI tools for work.

Co je Wordtune: Generative AI productivity platform?

Wordtune: Generative AI productivity platform je rozšíření Chrome vyvinuté https://wordtune.com, a jeho hlavní funkcí je „Unleash your professional potential with Wordtune's GenAI tools for work.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Wordtune: Generative AI productivity platform

Stáhněte si soubory rozšíření Wordtune: Generative AI productivity platform 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í

                        Busy professionals have tons of work to get through. Some accept the frustration while others choose Wordtune to speed up their tasks. 

Wordtune is a Generative AI platform for work productivity. By using reliable Generative AI, professionals from all fields can grow their careers and stand out at work. Whether you’re writing emails, creating documents or sending instant messages to colleagues or clients, Wordtune perfects your writing while streamlining your work using AI. 

Take your productivity to new heights with the Wordtune Chrome extension — available on all your favorite websites and web apps. 

Wordtune’s latest and and most advanced set of GenAI tools for work include: 

➡️ Rewrite: Perfect your writing with Wordtune Rewrite — from a single word to an entire page.

➡️ Summarization: Cut reading and watching time in half by summarizing YouTube videos, blog articles, PDFs and more. 

➡️ AI writing: Enhance your productivity by writing faster with AI suggestions — all while remaining true to your unique style.

➡️ Corrections and recommendations: Write like the professional you are with AI recommendations. Unleash your thoughts without worrying about grammar or spelling mistakes.

➡️ Smart translation: Choose from 10 languages to Smart translate to English. 

➡️ Tones and length: Make sure your message hits the right note — change your tone from professional to casual in just a click. Effortlessly reduce or increase word count depending on your needs. 

Use the Wordtune anywhere you need it: Whether you're on your desktop, mobile device or using your favorite apps, Wordtune is there for you.

We’re constantly working on updates and improvements to make your Wordtune experience even better. If you have questions or feedback, we would love to hear from you at [email protected].                    

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

Název Wordtune: Generative AI productivity platform Wordtune: Generative AI productivity platform
ID nllcnknpjnininklegdoijpljgdjkijc
Oficiální URL https://chromewebstore.google.com/detail/wordtune-generative-ai-pr/nllcnknpjnininklegdoijpljgdjkijc
Popis Unleash your professional potential with Wordtune's GenAI tools for work.
Velikost souboru 17.42 MB
Počet instalací 2,030,344
Aktuální Verze 5.3.5
Poslední Aktualizace 2024-02-28
Datum Vydání 2020-07-03
Hodnocení 4.62/5 Celkem 2376 Hodnocení
Vývojář https://wordtune.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.wordtune.com/
URL Stránky Zásad Ochrany Soukromí https://www.wordtune.com/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wordtune: Generative AI productivity platform",
    "version": "5.3.5",
    "description": "Unleash your professional potential with Wordtune's GenAI tools for work.",
    "icons": {
        "48": "media\/logo-48.png",
        "128": "media\/logo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundles\/writingMonitor.js"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "css": []
        },
        {
            "all_frames": false,
            "js": [
                "bundles\/enableCanvasAnnotations.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "bundles\/injectExtensionInstalled.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "bundles\/overrideCanvas.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "bundles\/content.js"
            ],
            "run_at": "document_end",
            "css": [
                "fonts\/fonts.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "read\/content.js"
            ],
            "all_frames": false,
            "css": [
                "read\/media\/OpenSans.css",
                "read\/media\/SofiaPro.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "minimum_chrome_version": "77",
    "permissions": [
        "alarms",
        "cookies",
        "storage",
        "*:\/\/*\/*",
        "https:\/\/*.wordtune.com\/*"
    ],
    "optional_permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "media\/*.png",
        "assets\/*.png",
        "assets\/*.eot",
        "assets\/*.woff",
        "assets\/*.woff2",
        "assets\/*.ttf",
        "assets\/*.svg",
        "assets\/*.gif",
        "fonts\/Inter\/*.woff",
        "fonts\/Inter\/*.woff2",
        "html\/*.html",
        "media\/webFonts\/*.woff",
        "media\/webFonts\/*.woff2",
        "read\/media\/*.woff",
        "read\/media\/*.woff2",
        "read\/media\/*.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/app.wordtune.com\/*",
            "https:\/\/www.wordtune.com\/*"
        ]
    }
}