Luna
Personalize cold emails instantly with AI
Lunaคืออะไร?
Luna เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getluna.ai และคุณลักษณะหลักของมันคือ "Personalize cold emails instantly with AI"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Luna
ดาวน์โหลดไฟล์ส่วนขยาย Luna ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save headspace and hours of research by generating highly relevant and personalized emails right within your Sales Enablement Tool. Supported: Outreach.io, Salesloft, HubSpot Coming soon: LinkedIn
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Luna |
ID | hdpidomkibbjilmllffidibbpbclamib |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/luna/hdpidomkibbjilmllffidibbpbclamib |
คำอธิบาย | Personalize cold emails instantly with AI |
ขนาดไฟล์ | 146 KB |
จำนวนการติดตั้ง | 168 |
เวอร์ชันปัจจุบัน | 0.2.3 |
อัปเดตครั้งล่าสุด | 2023-03-15 |
วันที่เผยแพร่ | 2023-01-31 |
คะแนน | 5.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://getluna.ai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://getluna.ai |
URL หน้าช่วยเหลือ | https://intercom.help/getluna/en/ |
URL หน้านโยบายความเป็นส่วนตัว | https://getluna.dev/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "\/img\/logo.png", "default_popup": "\/pages\/extension_popup\/index.html" }, "content_scripts": [ { "all_frames": false, "js": [ "\/js\/extension_content.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.outreach.io\/*", "https:\/\/*.salesloft.com\/*", "https:\/\/*.hubspot.com\/*" ], "exclude_matches": [ "http:\/\/localhost:2130\/*" ], "run_at": "document_start" } ], "background": { "service_worker": "\/js\/extension_background.js" }, "description": "Personalize cold emails instantly with AI", "icons": { "128": "\/img\/logo.png", "512": "\/img\/logo.png" }, "manifest_version": 3, "name": "Luna", "permissions": [ "storage" ], "version": "0.2.3", "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "https:\/\/*\/*" ], "extension_ids": [] } ] } |