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
Eメール [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": []
        }
    ]
}