Professionally AI Email Writer
Automatically rephrases emails in Gmail for a more professional tone.
Professionally AI Email Writerคืออะไร?
Professionally AI Email Writer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://professionally.ai และคุณลักษณะหลักของมันคือ "Automatically rephrases emails in Gmail for a more professional tone."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Professionally AI Email Writer
ดาวน์โหลดไฟล์ส่วนขยาย Professionally AI Email Writer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Globally Adapted: Email Tone and Language Transformer for All Transform your email writing experience with our innovative extension, designed for a world without borders. Now supporting 11 languages including English (U.S. and U.K.), Spanish (Spain and Mexico), French (France and Canada), German, Arabic, Chinese, Japanese, Portuguese (Portugal and Brazil), Italian, Russian, Korean, and Persian, our tool is your gateway to global communication. Tailored Tone and Language Customization Our advanced technology goes beyond grammar and spell checking. It delves into the core of your message, offering the unique ability to adapt not just the tone but also the language of your email. This ensures your communication is not only accurate but also culturally and contextually resonant. Tone and Language Options Include: Professional Friendly Informal Understanding Apologetic Assertive Humorous ...and many more, plus 11 language translations! Simply draft your email, select your desired tone and language, and let our extension do the rest. The result is an email that's not just linguistically correct but also perfectly tuned to your reader's cultural context. Flexible and User-Defined Customization With our new update, you're not confined to predefined tones or languages. Define your own tone and switch between languages effortlessly, making every email a personalized experience. Subscription Model with a Global Reach This extension is a premium service. While we provide a 30-day trial for full feature exploration, a subscription is necessary for continued use post-trial. Obtain your license via our official website. Ideal for a Diverse User Base: Business Professionals: Send emails that reflect professionalism and cultural awareness. Customer Service Representatives: Respond to global customers with tailored tones and languages. Multilingual Individuals: Communicate in various languages without losing the essence of your message. Academics and Students: Submit work or correspond in the required language and tone. Remote Teams: Ensure clear and culturally sensitive communication across borders. Elevate your email experience with our versatile tool, designed for anyone looking to enhance their global communication skills.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Professionally AI Email Writer |
ID | mkbiijndlaclmmaniflgfcogjhdgdjkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/professionally-ai-email-w/mkbiijndlaclmmaniflgfcogjhdgdjkc |
คำอธิบาย | Automatically rephrases emails in Gmail for a more professional tone. |
ขนาดไฟล์ | 315 KB |
จำนวนการติดตั้ง | 145 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2024-03-04 |
วันที่เผยแพร่ | 2023-09-26 |
คะแนน | 4.98/5 รวมทั้งหมด 109 คะแนน |
ผู้พัฒนา | https://professionally.ai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://professionally.ai |
URL หน้าช่วยเหลือ | https://professionally.ai/pages/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://professionallyapp.com/pages/privacy-policy-outlook-add-in |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Professionally AI Email Writer", "description": "Automatically rephrases emails in Gmail for a more professional tone.", "short_name": "Professionally", "version": "1.0.1.0", "version_name": "1.0.1", "icons": { "16": "common\/assets\/images\/professionally-logo-16.png", "48": "common\/assets\/images\/professionally-logo-48.png", "128": "common\/assets\/images\/professionally-logo-128.png" }, "manifest_version": 3, "action": { "default_title": "Side Panel" }, "side_panel": { "default_path": "common\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-ff936c33.js" ], "all_frames": false, "matches": [ "*:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/mail.google.com\/*" ], "permissions": [ "scripting", "activeTab", "sidePanel" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "chrome\/content-script\/index.ts", "common\/assets\/images\/professionally-logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/mail.google.com\/*" ], "resources": [ "assets\/index-0e8d7234.js", "assets\/index.ts-d633c340.js" ], "use_dynamic_url": true } ] } |