Linguix Turbo: Text Expander and Shortcuts

Create clever text expansions to speed up your writing on email, LinkedIn, and millions of websites.

Linguix Turbo: Text Expander and Shortcutsคืออะไร?

Linguix Turbo: Text Expander and Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Linguix และคุณลักษณะหลักของมันคือ "Create clever text expansions to speed up your writing on email, LinkedIn, and millions of websites."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linguix Turbo: Text Expander and Shortcuts

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

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

                        What this extension does for you:

✔️ Enables you to easily expand messages (emails, connection requests, support replies,  etc.) by typing one word instead of the whole passage of text.

✔️ Helps you to turn your writing into great-looking shortcut templates for future use in a couple of clicks.

✔️Offers instant AI-based grammar recommendations and rewrites to make your text expansions compelling, unique, and native-looking.

Get an unfair advantage, be smarter than your colleagues and competitors. Boost your online writing, email, and sales pitches with Linguix Turbo! 

Linguix Turbo extension allows you to hack your online writing experience. While your colleagues and freelance competitors are wasting their time copying and pasting pitches, meeting scheduling messages, and introductions, you can be faster and more efficient with Linguix Turbo AI-powered text expander.

Our text expander seamlessly integrates with Gmail, Google Docs, LinkedIn, Zendesk, and other business platforms to help you get more done and streamline your work.

Download the extension now.                    

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

ชื่อ Linguix Turbo: Text Expander and Shortcuts Linguix Turbo: Text Expander and Shortcuts
ID hmebmoannjgipnafaimfhnbclokjdgci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linguix-turbo-text-expand/hmebmoannjgipnafaimfhnbclokjdgci
คำอธิบาย Create clever text expansions to speed up your writing on email, LinkedIn, and millions of websites.
ขนาดไฟล์ 1.39 MB
จำนวนการติดตั้ง 2,144
เวอร์ชันปัจจุบัน 1.0.14
อัปเดตครั้งล่าสุด 2023-07-18
วันที่เผยแพร่ 2023-03-12
คะแนน 4.56/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Linguix
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://turbo.linguix.com
URL หน้าช่วยเหลือ https://linguix.com/page/contacts
URL หน้านโยบายความเป็นส่วนตัว https://linguix.com/page/privacy-policy
ภาษาที่รองรับ de,en,en-GB,en-US,fr,vi,es,it,pt-BR,pt-PT,hi,ar,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.14",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgUGQPkkIVWuez\/T0gxAUeGxqHzkddwkzYqUsED2oC1YR0tdKU8eVI6vVcN7YGj1f9duAeGkeuehnulTHmipmvhQXYwRIUCsTyhmgVhUIN0mocD2IS8\/mM0+7r9sgQ6Lh6j0w5v2NlyVlhzpcUBi7UL14NrRJRhGRrLE4RPJeu+yztTKo4mhRiFd3kTCzebgluXpAealLyHRiMPUfFDLhLWekPqgXmgwtdtEKNsmS\/UB8bI6VBwBppWAOn9CF\/\/cYGMBNNrq9PCshRh1IxP4vg0cBnBruwohDCQ2RsVKdw3YML5Oa7h+S+lhB3cqgkSxDJJySgJUzPpXIqoSOycl41QIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "ext-content\/runtime.js",
                "ext-content\/main.js"
            ],
            "css": [
                "ext-content\/index.css"
            ]
        }
    ],
    "background": {
        "service_worker": "ext-background\/main.js"
    },
    "action": {
        "default_popup": "ext-popup\/index.html",
        "default_title": "Linguix Turbo"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version_name": "1.0.14",
    "minimum_chrome_version": "88.0.0",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.linguix.com\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "clipboardWrite",
        "clipboardRead",
        "scripting"
    ]
}