Wordtune: Generative AI productivity platform

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

Cos'è Wordtune: Generative AI productivity platform?

Wordtune: Generative AI productivity platform è un'estensione di Chrome sviluppata da https://wordtune.com, e la sua funzione principale è "Unleash your professional potential with Wordtune's GenAI tools for work.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wordtune: Generative AI productivity platform

Scarica i file di estensione Wordtune: Generative AI productivity platform in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Wordtune: Generative AI productivity platform Wordtune: Generative AI productivity platform
ID nllcnknpjnininklegdoijpljgdjkijc
URL Ufficiale https://chromewebstore.google.com/detail/wordtune-generative-ai-pr/nllcnknpjnininklegdoijpljgdjkijc
Descrizione Unleash your professional potential with Wordtune's GenAI tools for work.
Dimensione del File 17.42 MB
Conteggio Installazioni 2,030,344
Versione Corrente 5.3.5
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2020-07-03
Valutazione 4.62/5 Totale 2376 Valutazioni
Sviluppatore https://wordtune.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.wordtune.com/
URL della Pagina della Politica sulla Privacy https://www.wordtune.com/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}