Wordz

Supercharge your Google workspace

Wordz란 무엇입니까?

Wordz은(는) tomerlevi.g에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supercharge your Google workspace"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Wordz 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}