Wordz

Supercharge your Google workspace

Wordzとは何ですか?

Wordzはtomerlevi.gによって開発されたChromeの拡張機能で、その主な機能は「Supercharge your Google workspace」です。

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

screenshot
screenshot
screenshot
screenshot

Wordz拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Introducing Wordz - the ultimate email assistant available now on the Google Chrome extension store!

Reduce the time you spend writing emails by 60% and think less about your wording with Wordz. Powered by GPT-3, this email assistant allows you to quickly and easily write the perfect email in seconds with perfectly articulated content.

Wordz suggests alternative ways to write your email and helps you better express your ideas while improving the clarity of your message. With the ability to quickly identify errors and suggest corrections, Wordz is the perfect tool to help you craft the ideal email.

Adjust your wording style in seconds with Wordz! Choose from different styles tailored to meet your needs, including casual, professional, long text, and short text. Generate informal and relaxed content for internal team emails or create more formal and professional content for external emails, press releases, business documents, and other professional materials.

Don't wait any longer, get Wordz today and start saving time and improving your email communication!                    

拡張機能の基本情報

名前 Wordz Wordz
ID pdgampdcdleegdfmfelkdmdojbjfnkbk
公式URL https://chromewebstore.google.com/detail/wordz/pdgampdcdleegdfmfelkdmdojbjfnkbk
説明 Supercharge your Google workspace
ファイルサイズ 1.21 MB
インストール数 71
現在のバージョン 1.29
最終更新日 2023-06-13
公開日 2022-12-20
評価 5.00/5 合計 1 レビュー
開発者 tomerlevi.g
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://Wordz.ai/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wordz",
    "description": "Supercharge your Google workspace",
    "version": "1.29",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "show_prompter": {
            "suggested_key": "Alt+S",
            "description": "Show Wordz"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libraries.js",
                "icons.js",
                "utilities.js",
                "components.js",
                "onload.js",
                "content.js",
                "prompter.js",
                "onSubmit.js",
                "onResponse.js",
                "submitRequest.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}