Luna

Personalize cold emails instantly with AI

Wat is Luna?

Luna is een Chrome-extensie ontwikkeld door https://getluna.ai, en de belangrijkste functie is "Personalize cold emails instantly with AI".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Luna

Download Luna-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Luna Luna
ID hdpidomkibbjilmllffidibbpbclamib
Officiële URL https://chromewebstore.google.com/detail/luna/hdpidomkibbjilmllffidibbpbclamib
Beschrijving Personalize cold emails instantly with AI
Bestandsgrootte 146 KB
Aantal Installaties 168
Huidige Versie 0.2.3
Laatst Bijgewerkt 2023-03-15
Publicatiedatum 2023-01-31
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar https://getluna.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getluna.ai
Help Pagina-URL https://intercom.help/getluna/en/
URL van de Privacybeleid Pagina https://getluna.dev/privacy-policy
Ondersteunde Talen 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": []
        }
    ]
}