Wordtune: Generative AI productivity platform

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

Wordtune: Generative AI productivity platformとは何ですか?

Wordtune: Generative AI productivity platformはhttps://wordtune.comによって開発されたChromeの拡張機能で、その主な機能は「Unleash your professional potential with Wordtune's GenAI tools for work.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Wordtune: Generative AI productivity platform拡張機能のCRXファイルをダウンロード

Wordtune: Generative AI productivity platform拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Wordtune: Generative AI productivity platform Wordtune: Generative AI productivity platform
ID nllcnknpjnininklegdoijpljgdjkijc
公式URL https://chromewebstore.google.com/detail/wordtune-generative-ai-pr/nllcnknpjnininklegdoijpljgdjkijc
説明 Unleash your professional potential with Wordtune's GenAI tools for work.
ファイルサイズ 17.42 MB
インストール数 2,030,344
現在のバージョン 5.3.5
最終更新日 2024-02-28
公開日 2020-07-03
評価 4.62/5 合計 2376 レビュー
開発者 https://wordtune.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.wordtune.com/
プライバシーポリシーページのURL https://www.wordtune.com/privacy-policy
対応言語 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\/*"
        ]
    }
}