Luna

Personalize cold emails instantly with AI

Что такое Luna?

Luna - это расширение Chrome, разработанное https://getluna.ai, и его основная функция - "Personalize cold emails instantly with AI".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Luna

Скачайте файлы расширений Luna в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 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": []
        }
    ]
}