Luna

Personalize cold emails instantly with AI

什么是Luna?

Luna是由https://getluna.ai开发的Chrome扩展程序,该扩展的主要功能是“Personalize cold emails instantly with AI”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Luna扩展crx文件

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