Luna

Personalize cold emails instantly with AI

Hvad er Luna?

Luna er en Chrome-udvidelse udviklet af https://getluna.ai, og dens hovedfunktion er "Personalize cold emails instantly with AI".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Luna-udvidelses-CRX-fil

Download Luna-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Luna Luna
ID hdpidomkibbjilmllffidibbpbclamib
Officiel URL https://chromewebstore.google.com/detail/luna/hdpidomkibbjilmllffidibbpbclamib
Beskrivelse Personalize cold emails instantly with AI
Filstørrelse 146 KB
Antal Installationer 168
Nuværende Version 0.2.3
Senest Opdateret 2023-03-15
Udgivelsesdato 2023-01-31
Bedømmelse 5.00/5 Samlet 14 Bedømmelser
Udvikler https://getluna.ai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://getluna.ai
Hjælpeside-URL https://intercom.help/getluna/en/
URL til Fortrolighedspolitik Side https://getluna.dev/privacy-policy
Understøttede Sprog 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": []
        }
    ]
}