Luna

Personalize cold emails instantly with AI

Luna là gì?

Luna là một tiện ích mở rộng Chrome được phát triển bởi https://getluna.ai, và tính năng chính của nó là "Personalize cold emails instantly with AI".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Luna

Tải xuống các tệp mở rộng Luna dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Luna Luna
ID hdpidomkibbjilmllffidibbpbclamib
URL Chính Thức https://chromewebstore.google.com/detail/luna/hdpidomkibbjilmllffidibbpbclamib
Mô tả Personalize cold emails instantly with AI
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 168
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2023-03-15
Ngày Phát Hành 2023-01-31
Đánh Giá 5.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://getluna.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getluna.ai
URL Trang Trợ Giúp https://intercom.help/getluna/en/
URL Trang Chính Sách Bảo Mật https://getluna.dev/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}