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
官方網址 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": []
        }
    ]
}