Textmetrics

The Smart AI Writing Software for Text Improvement

Textmetricsคืออะไร?

Textmetrics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.textmetrics.com และคุณลักษณะหลักของมันคือ "The Smart AI Writing Software for Text Improvement"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Textmetrics

ดาวน์โหลดไฟล์ส่วนขยาย Textmetrics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        For everyone who writes, with people and goals in mind. Your custom made platform for text optimization, with smart AI writing software. Textmetrics customizes the platform for every customer. Which means:
 
✔️ Your own tone of voice is implemented
✔️ Your own SEO rules
✔️ Your own branding and employer branding
 
And everything else you need to write all texts in the highest quality. Everything you need in one platform, with all kinds of plugins and integrations to make sure you can use Textmetrics everywhere you write.

The Features

✍️ Inclusive Writing - make every reader feel included.

✔️ Gender-inclusive language
✔️ Non-discriminatory language
✔️ D&I Guidelines
 
⚡ Consistent High Quality - Make sure all written communication is consistent and unified.

✔️ Your tone of voice
✔️ Your SEO rules
✔️ Your branding
 
🖊️ Understandable writing - Make sure your text is not too difficult to read and speak to your complete target audience.

✔️ The B1 language level
✔️ Translate your text to any language
✔️ Write without mistakes
 
Is it Free?
You can request a free test version of the software on the website of Textmetrics. For a custom made platform a paid subscription is needed. Pricing depends on usage and organization size. We are happy to look together with you for the best pricing that fits your needs - Get in touch!

How does it work?
Download the free Textmetrics plugin for Chrome. Log in with your Textmetrics account. Do you not have an account yet? Contact Textmetrics for more info. The extension will read along, analyze the text, and provide real-time improvement suggestions, including inclusive writing, preventing biases, and many more.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Textmetrics Textmetrics
ID cjggdkhenhgccghmgbjclonbdfdpmfje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/textmetrics/cjggdkhenhgccghmgbjclonbdfdpmfje
คำอธิบาย The Smart AI Writing Software for Text Improvement
ขนาดไฟล์ 2.73 MB
จำนวนการติดตั้ง 10,101
เวอร์ชันปัจจุบัน 3.0.6
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2020-07-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.textmetrics.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.textmetrics.com
URL หน้าช่วยเหลือ https://www.textmetrics.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.textmetrics.com/trust-and-security
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Textmetrics",
    "version": "3.0.6",
    "description": "The Smart AI Writing Software for Text Improvement",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "identity"
    ],
    "optional_permissions": [
        "identity.email"
    ],
    "icons": {
        "16": "\/assets\/images\/icon-16x16.png",
        "32": "\/assets\/images\/icon-32x32.png",
        "48": "\/assets\/images\/icon-48x48.png",
        "128": "\/assets\/images\/icon-128x128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": [],
    "oauth2": {
        "client_id": "1011719733627-ecrtn8bgtuqiel14k7vjvtfmdokfh4cg.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "tm-app\/*",
                "css\/*",
                "scripts\/*",
                "index.html",
                "styles.css",
                "*.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}