Briskine: Email templates for Gmail™

Write emails faster! Increase your productivity with templates and keyboard shortcuts on Gmail™, Outlook, or LinkedIn.

Briskine: Email templates for Gmail™คืออะไร?

Briskine: Email templates for Gmail™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://briskine.com และคุณลักษณะหลักของมันคือ "Write emails faster! Increase your productivity with templates and keyboard shortcuts on Gmail™, Outlook, or LinkedIn."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Briskine: Email templates for Gmail™

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

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

                        Write emails faster with templates.

Create templates out of repetitive pieces of text. Insert them in your emails within seconds with shortcuts, and respond faster to your customers!
➤ Use for: Customer Support, Sales, Personal productivity.
➤ Officially supported: Gmail™, Outlook.com, Facebook, LinkedIn, and more.

★ Keyboard shortcuts (or snippets)
You’re always ending your emails with “Kind regards, Ken”? With keyboard shortcuts, you can type ‘kr’ and then press the ‘TAB’ key and get the same result only faster!

★ Create your own templates
You find yourself writing repetitive pieces of text in your emails? Make it a template! So now, you can use a shortcut to insert this template and respond to an email within seconds.
Templates are comparable to Canned Responses in Gmail™, or Macros in Zendesk, but are faster and easier to customize.

★ Variables
Most of your emails start with “Hello firstname”? Press ‘h’ and then the ‘TAB’ key and it will write “Hello Jennifer” (if you’re writing to Jennifer, of course ; ) )

★ Search
Don’t remember your shortcuts? Search and insert templates right inside the Compose box.

★ Share templates with your team (Premium)
Make sure everyone has access to all the company templates and set a tone for your external emails using templates.

Find out more at https://www.briskine.com/
Your feedback is welcome at [email protected]                    

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

ชื่อ Briskine: Email templates for Gmail™ Briskine: Email templates for Gmail™
ID lmcngpkjkplipamgflhioabnhnopeabf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/briskine-email-templates/lmcngpkjkplipamgflhioabnhnopeabf
คำอธิบาย Write emails faster! Increase your productivity with templates and keyboard shortcuts on Gmail™, Outlook, or LinkedIn.
ขนาดไฟล์ 399 KB
จำนวนการติดตั้ง 128,052
เวอร์ชันปัจจุบัน 7.11.5
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2020-06-30
คะแนน 4.46/5 รวมทั้งหมด 555 คะแนน
ผู้พัฒนา https://briskine.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.briskine.com/
URL หน้าช่วยเหลือ https://help.briskine.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.briskine.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Briskine: Email templates for Gmail\u2122",
    "version": "7.11.5",
    "description": "Write emails faster! Increase your productivity with templates and keyboard shortcuts on Gmail\u2122, Outlook, or LinkedIn.",
    "short_name": "Briskine",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        "popup\/popup.html",
        "page\/page.js",
        "sandbox\/sandbox.html",
        "sandbox\/sandbox.js",
        "icons\/icon-16.png",
        "icons\/icon-16-loggedout.png",
        "icons\/icon-32.png",
        "icons\/icon-32-loggedout.png",
        "icons\/icon-48.png",
        "icons\/icon-48-loggedout.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; frame-ancestors 'none'",
    "browser_action": {
        "default_title": "Briskine",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_popup": "popup\/popup.html"
    }
}