Luna

Personalize cold emails instantly with AI

Vad är Luna?

Luna är en Chrome-tillägg utvecklad av https://getluna.ai, och dess huvudfunktion är "Personalize cold emails instantly with AI".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Luna-förlängningens CRX-fil

Ladda ner Luna-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Luna Luna
ID hdpidomkibbjilmllffidibbpbclamib
Officiell webbadress https://chromewebstore.google.com/detail/luna/hdpidomkibbjilmllffidibbpbclamib
Beskrivning Personalize cold emails instantly with AI
Filstorlek 146 KB
Antal Installationer 168
Aktuell Version 0.2.3
Senast Uppdaterad 2023-03-15
Publiceringsdatum 2023-01-31
Betyg 5.00/5 Totalt 14 Betyg
Utvecklare https://getluna.ai
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://getluna.ai
Hjälpsida URL https://intercom.help/getluna/en/
URL till Sekretesspolicy Sidan https://getluna.dev/privacy-policy
Stödda Språk 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": []
        }
    ]
}