Message Templates
Custom templates for messages, Gmail, Facebook.
Message Templatesคืออะไร?
Message Templates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://organizedmindclub.com และคุณลักษณะหลักของมันคือ "Custom templates for messages, Gmail, Facebook."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Message Templates
ดาวน์โหลดไฟล์ส่วนขยาย Message Templates ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Write emails faster! Increase your productivity with templates and keyboard shortcuts on Gmail and Facebook. OrganizedMindClub enables you to save time writing emails by creating your own snippets and templates. Try it now and start writing your emails faster! ★ Keyboard shortcut completion You’re always ending your emails with “Please find the document attached to this email.”? With keyboard completion, you can type att+TAB and get the same result! ★ Create your own templates You find yourself writing repetitive pieces of text in your emails? Make it a template! OrganizedMindClub enables you to create your own templates and shortcuts. So if you write the same content over and over, you now can use a shortcut for it and answer an email within seconds. (The default Search and Insert Template Shortcut is Ctrl+Space but you can easily change it). ★ Template text writing direction Choose your direction! this extension supports both right to left AND left to right text direction. ★ Share templates with your team (FREE) Communication is collaborative by definition. OrganizedMindClub enables you to share templates with your team so when the template changes, everyone is still on the same page. ★ Autocomplete dialog You don’t want to remember your shortcuts? Search and insert templates right inside the Compose box. ★ Supports multiple computers Using multiple computers with the same google account? no problem! our tool will sync all of your existing templates with all of your computers. (Only need to install the extension). ➤ Specifically targeted at: Sales, Customer Support, HR ➤ Currently supported * Gmail * Facebook * Yahoo Mail * Fastmail * Linkedin * Uservoice * Much more... Find out more at: http://www.organizedmindclub.com/ Your feedback is welcome at [email protected] Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Message Templates |
ID | gnfkfajglnnkaaiaaeheiinmcmniecni |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/message-templates/gnfkfajglnnkaaiaaeheiinmcmniecni |
คำอธิบาย | Custom templates for messages, Gmail, Facebook. |
ขนาดไฟล์ | 462 KB |
จำนวนการติดตั้ง | 2,144 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 4.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://organizedmindclub.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://organizedmindclub.com |
URL หน้านโยบายความเป็นส่วนตัว | http://sosimple.co.il/%D7%AA%D7%A0%D7%90%D7%99-%D7%A9%D7%99%D7%9E%D7%95%D7%A9 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Message Templates", "description": "Custom templates for messages, Gmail, Facebook.", "version": "1.2.3", "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net https:\/\/www.googletagmanager.com https:\/\/apis.google.com https:\/\/content.googleapis.com https:\/\/accounts.google.com; object-src 'self'", "permissions": [ "activeTab", "tabs", "storage" ], "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-2.2.3.min.js", "js\/jquery.auto-complete.js", "js\/mousetrap.js", "js\/mousetrap-pause.min.js", "js\/sanitize.js", "js\/relaxed.js", "content_script.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Message Templates", "default_icon": "img\/icon.png" }, "web_accessible_resources": [ "img\/icon.png", "img\/loading.gif" ], "icons": { "16": "img\/icon_message.png", "48": "img\/icon_message.png", "128": "img\/icon_message.png" }, "options_page": "pages\/settings.html", "manifest_version": 2 } |