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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://intercom.help/getluna/en/
عنوان صفحة سياسة الخصوصية 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": []
        }
    ]
}