Luna
Personalize cold emails instantly with AI
Co to jest Luna?
Luna to rozszerzenie Chrome opracowane przez https://getluna.ai, a jego główną funkcją jest „Personalize cold emails instantly with AI”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Luna
Pobierz pliki rozszerzeń Luna w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Luna |
ID | hdpidomkibbjilmllffidibbpbclamib |
Oficjalny URL | https://chromewebstore.google.com/detail/luna/hdpidomkibbjilmllffidibbpbclamib |
Opis | Personalize cold emails instantly with AI |
Rozmiar pliku | 146 KB |
Liczba instalacji | 168 |
Aktualna Wersja | 0.2.3 |
Ostatnia Aktualizacja | 2023-03-15 |
Data Publikacji | 2023-01-31 |
Ocena | 5.00/5 Łącznie 14 Oceny |
Deweloper | https://getluna.ai |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://getluna.ai |
Adres URL Strony Pomocy | https://intercom.help/getluna/en/ |
Adres URL Strony Polityki Prywatności | https://getluna.dev/privacy-policy |
Obsługiwane Języki | 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": [] } ] } |