Wordtune: Generative AI productivity platform

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

What is Wordtune: Generative AI productivity platform?

Wordtune: Generative AI productivity platform is a Chrome extension developed by https://wordtune.com, and its main feature is "Unleash your professional potential with Wordtune's GenAI tools for work.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Wordtune: Generative AI productivity platform Extension CRX File

Download Wordtune: Generative AI productivity platform extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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].                    

Extension Basic Information

Name Wordtune: Generative AI productivity platform Wordtune: Generative AI productivity platform
ID nllcnknpjnininklegdoijpljgdjkijc
Official URL https://chromewebstore.google.com/detail/wordtune-generative-ai-pr/nllcnknpjnininklegdoijpljgdjkijc
Description Unleash your professional potential with Wordtune's GenAI tools for work.
File Size 17.42 MB
Installation Count 2,030,344
Current Version 5.3.5
Last Updated 2024-02-28
Publish Date 2020-07-03
Rating 4.62/5 Total 2376 Ratings
Developer https://wordtune.com
Email [email protected]
Payment Type free
Extension Website https://www.wordtune.com/
Privacy Policy Page URL https://www.wordtune.com/privacy-policy
Supported Languages 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\/*"
        ]
    }
}