Text Blaze: Templates and Snippets

Create smart text expansions to get more done and streamline your work. Billions of keystrokes saved!

什麼是Text Blaze: Templates and Snippets?

Text Blaze: Templates and Snippets是由https://blaze.today開發的Chrome擴展程式,該擴展的主要功能是“Create smart text expansions to get more done and streamline your work. Billions of keystrokes saved!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Text Blaze: Templates and Snippets擴展crx文件

下載Text Blaze: Templates and Snippets擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Insert text templates anywhere using keyboard shortcuts. 

5-star rated, free text expander loved by over 300,000 users in more than 10,000 companies—easy to use, powerful and secure.

Save hours and avoid mistakes by eliminating repetitive typing using customizable templates. 

Top Text Blaze benefits:

★ Save hours by automating ANY repetitive typing

Insert standard greetings, commonly used phrases, canned responses, text, calendar links, and signatures. Format and style your templates - change color and size, add pictures, links, and lists.

★ Works anywhere you work

Text Blaze works with text fields on any website. Wherever you are in Chrome, the Text Blaze Chrome Extension is there to help you save time.

★ Trusted by over 300,000+ users across the world

Support and sales teams, teachers, health-care professionals, HR, lawyers, students, writers, real estate agents, and users in other roles across the world trust Text Blaze to help them supercharge their work.

★ Use placeholders in your templates - Text Fields, drop down menus and more

Build forms with fill fields that you can edit when you insert the templates. Form fields include text fields, dropdown menus, dates, toggles, and more.

★ Make your template dynamic with the current date, formulas or more

Automatically insert the current date, perform date calculations, including website information, and much more!

★ Supercharge your team with sharing and collaboration

Collaborate on shared snippets to ensure your team always hits exactly the right notes in your messaging. Everyone's snippets are updated automatically when changes are made, keeping team communication consistent.

★ Tab between form fields and select menu options with AutoPilot

Automate form filling or any other workflow you can perform with your keyboard by simulating key presses. For example, you can simulate Tab key to move between form fields.

★ Easily search your templates from any web page

Quickly search your templates from anywhere with the Text Blaze Assistant or right click on any web page to insert a template from a menu.

★ Use Text Blaze everywhere

Text Blaze works for everyone, everywhere. Here’s a few examples:

🤝Customer Support: create shortcuts for frequently used responses, troubleshooting tips, or knowledge base articles. This can be especially helpful when handling multiple tickets at once, on customer support sites like Zendesk, Freshdesk, and Intercom.

🎓Teachers: create shortcuts for frequently used phrases or feedback comments. This can be especially helpful when grading papers on educational sites like Google Classroom, Blackboard, Canvas, and Edmodo.

🩺Healthcare Professionals: doctors and nurses, including veterinarians, can create shortcuts to save time on healthcare sites like Epic, Cerner, Athenahealth, and Allscripts.

💼Recruiting: create shortcuts for frequently used interview questions, email templates, or job descriptions. This can be especially helpful when working on multiple job openings at once, on recruiting sites like LinkedIn, Greenhouse, JazzHR, and Workable.

💰Sales: create shortcuts for frequently used sales pitches, email templates, or proposals. This can be especially helpful when working on multiple deals at once, on sales sites like Salesforce, HubSpot, Pipedrive, and Zoho CRM.

📊Marketing: create shortcuts for frequently used marketing messages, social media updates, or ad copy. This can save time when creating campaigns or managing multiple accounts, on marketing sites like Hootsuite, Buffer, Sprout Social, and SEMrush.

🏛️Lawyers: create shortcuts for frequently used legal terms, clauses, or citations. This can save time on legal sites like LexisNexis, Westlaw, Clio, and MyCase.

🏠 Real Estate:  create shortcuts for frequently used phrases or listing descriptions. This can save time when creating listings or responding to inquiries, on real estate sites like Zillow, Realtor.com, and Redfin.


Text Blaze has a lot of other great features, but it's time to give it a try. Simply install the extension to get started!

—

★ Text Blaze In the News:

Fast Company: “This keyboard shortcut secret is a huge time saver in Gmail—and beyond”
Tech Crunch:  “Fell in love with the product,” adding that he “wanted to invest as soon as I tried the product.”
Android Police: “Text Blaze is a tool that can save you a ton of time when you need to type the same words over and over.”

–-

For questions about Text Blaze, please email us at 

More information and documentation: 
Privacy policy:                     

擴展基本資訊

名稱 Text Blaze: Templates and Snippets Text Blaze: Templates and Snippets
ID idgadaccgipmpannjkmfddolnnhmeklj
官方網址 https://chromewebstore.google.com/detail/text-blaze-templates-and/idgadaccgipmpannjkmfddolnnhmeklj
簡介 Create smart text expansions to get more done and streamline your work. Billions of keystrokes saved!
檔案大小 655 KB
安裝次數 422,084
目前版本 2.14.5
更新時間 2024-02-28
上架時間 2020-06-24
評分 4.91/5 共 1058 次評分
開發者 https://blaze.today
電子郵箱 [email protected]
付費類型 free
擴展官網 https://blaze.today
說明頁面URL https://blaze.today/faq/
隱私政策頁面URL https://blaze.today/privacypolicy.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Blaze: Templates and Snippets",
    "description": "Create smart text expansions to get more done and streamline your work. Billions of keystrokes saved!",
    "version": "2.14.5",
    "minimum_chrome_version": "113",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "notifications",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        ""
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "64": "images\/icon_64.png",
            "96": "images\/icon_96.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Text Blaze"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/widget.js",
                "js\/inPageNotifier.js",
                "js\/contentScript.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "sounds\/*",
        "html\/*",
        "js\/*",
        "css\/*"
    ],
    "omnibox": {
        "keyword": "tb"
    },
    "offline_enabled": true,
    "homepage_url": "https:\/\/blaze.today",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.blaze.today\/*",
            "https:\/\/blaze.today\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQOuCJ85+1t\/o4\/lGxd280D0zm5QzzRPbD\/JbQA\/PSg3PlunrlhzgT6afC79nLZ4mGGlhFT\/xxC8xELw4ubYofFEtnbBHf6F6bd+vFgzN4mVxBGIsZr4t5whWcdnY+WgsXh5Xvuz14ou8TCbuEYNPOkJFxrrb\/LlzHRXrVFWWsHipkz4\/f9pG1TFYbecLrQBsK4wqVuENtTvXOY1q+7SVqZK007LHCg3naWU0fHR6cN2XFhL2+Ba7eCPN+HhSdBJCKEW7bQaH0dI6wyK0mHAXkgCn8K36mEXT\/OduiWwW\/UIbbEQKuhu5seG99YJYZ1pNUcMpbGg09+VroaKCDiZAwIDAQAB",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space"
            }
        }
    }
}