Luna
Personalize cold emails instantly with AI
Luna क्या है?
Luna https://getluna.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Personalize cold emails instantly with AI"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Luna एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [] } ] } |