Luna
Personalize cold emails instantly with AI
What is Luna?
Luna is a Chrome extension developed by https://getluna.ai, and its main feature is "Personalize cold emails instantly with AI".
Extension Screenshots
Download Luna Extension CRX File
Download Luna extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Luna |
ID | hdpidomkibbjilmllffidibbpbclamib |
Official URL | https://chromewebstore.google.com/detail/luna/hdpidomkibbjilmllffidibbpbclamib |
Description | Personalize cold emails instantly with AI |
File Size | 146 KB |
Installation Count | 168 |
Current Version | 0.2.3 |
Last Updated | 2023-03-15 |
Publish Date | 2023-01-31 |
Rating | 5.00/5 Total 14 Ratings |
Developer | https://getluna.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://getluna.ai |
Help Page URL | https://intercom.help/getluna/en/ |
Privacy Policy Page URL | https://getluna.dev/privacy-policy |
Supported Languages | 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": [] } ] } |