TextExpander for Gmail

TextExpander for Gmail is best productivity extension for Gmail users. It allows you to respond emails 10x faster.

TextExpander for Gmailคืออะไร?

TextExpander for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://workaddons.com และคุณลักษณะหลักของมันคือ "TextExpander for Gmail is best productivity extension for Gmail users. It allows you to respond emails 10x faster."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A quick shortcode while typing drops in the necessary “snippets” of language to send to clients and customers.

When you add a text snippet to your email, the content is dropped wherever the cursor is located within an email. Snippets are created and modified using the same steps as they creation, and contain the same edit options.

A Quick Summary of Features: 
- Insert standard greetings, text, and signatures, including formatted text and pictures
- Type custom abbreviations that expand to longer “snippets” of text and images
- Create unlimited Snippets in Gmail
- Supports Rich text/ HTML email content with embedded images
- Copy-Paste content and retain formatting while saving snippets.

It’ll save you a lot of time and effort, all without having to worry about typos or improper email formatting.                    

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

ชื่อ TextExpander for Gmail TextExpander for Gmail
ID daaofcadhmkehlkpcdeidchnocefpjai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/textexpander-for-gmail/daaofcadhmkehlkpcdeidchnocefpjai
คำอธิบาย TextExpander for Gmail is best productivity extension for Gmail users. It allows you to respond emails 10x faster.
ขนาดไฟล์ 1.23 MB
จำนวนการติดตั้ง 354
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-07-06
วันที่เผยแพร่ 2021-05-06
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://workaddons.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.workaddons.com/gsnippet-for-gmail
URL หน้าช่วยเหลือ https://www.workaddons.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.workaddons.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TextExpander for Gmail",
    "description": "TextExpander for Gmail is best productivity extension for Gmail users. It allows you to respond emails 10x faster.",
    "version": "1.0.3",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "TextExpander for GMail"
    },
    "background": {
        "scripts": [
            "libs\/parse.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "libs\/parse.min.js",
                "libs\/tribute.min.js",
                "libs\/inboxsdk.js",
                "content\/content.js"
            ],
            "css": [
                "libs\/style.css",
                "libs\/tribute.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr1UgBm7Ey9CHawYz6x2zHQHXMGzCR+W6YtAoDMjzQB+nnM21klRVmiV029KeIpDhH63wkhw0dnI+G7O\/RFPvMo8a0v4V65pX3H1qVGNzbMfx19kK5YVYaZVQnQ7+jniwtV\/JyJfyMJk5JpRD0\/xYqBLmRKvFTnCt3f06sFjR+GdNYed0KouU3D3P6gd0sJW4AfonEHNxr630EstH6XEhFj6LMRSPSP919ANmBxphwDGngWXSQDRLOkFYVbPoyL\/oGA5gvJ8JlVR7JaDjjNiRgnMyJ6aK96HfUfG9hbjsQvc1qB2D6ZTQVJQznwuX3Oin9V1cldsXfOfYtQEitgL\/8wIDAQAB",
    "permissions": [
        "storage",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/*.workaddons.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "libs\/*",
        "content\/*",
        "dashboard\/*"
    ]
}