Flike - AI Sales Co-Pilot

Replicate your winning emails by leveraging first&third-party data directly within Gmail and LinkedIn.

Flike - AI Sales Co-Pilotとは何ですか?

Flike - AI Sales Co-Pilotはhttps://flike.appによって開発されたChromeの拡張機能で、その主な機能は「Replicate your winning emails by leveraging first&third-party data directly within Gmail and LinkedIn.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Flike - AI Sales Co-Pilot拡張機能のCRXファイルをダウンロード

Flike - AI Sales Co-Pilot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Flike is an AI-powered outbound email tool that allows you to personalize your outbound emails. With Flike, you can create and send highly targeted, customized emails that increase engagement and drive more conversions. The AI-generated content is unique and tailored to each recipient, making it more likely that the recipient will open and respond to the email.                    

拡張機能の基本情報

名前 Flike - AI Sales Co-Pilot Flike - AI Sales Co-Pilot
ID lodmcaladcjfgbgnfgfpkfmmedgfcjpc
公式URL https://chromewebstore.google.com/detail/flike-ai-sales-co-pilot/lodmcaladcjfgbgnfgfpkfmmedgfcjpc
説明 Replicate your winning emails by leveraging first&third-party data directly within Gmail and LinkedIn.
ファイルサイズ 1.49 MB
インストール数 68
現在のバージョン 1.2.1
最終更新日 2024-03-01
公開日 2023-01-19
評価 5.00/5 合計 1 レビュー
開発者 https://flike.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://flike.app
プライバシーポリシーページのURL https://www.flike.app/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flike - AI Sales Co-Pilot",
    "version": "1.2.1",
    "manifest_version": 3,
    "description": "Replicate your winning emails by leveraging first&third-party data directly within Gmail and LinkedIn.",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/app.salesloft.com\/"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "default.css"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "icon128.png",
                "pageWorld.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.outreach.io\/*"
            ],
            "resources": [
                "outreach_interop.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesloft.com\/*"
            ],
            "resources": [
                "salesloft.css",
                "salesloft_interop.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "linkedin.css",
                "linkedin_interop_stage0.js",
                "linkedin_interop.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js",
                "omniflike.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "ids": [
            "dkohapfodbmilafhckkiplolobojemaf",
            "lodmcaladcjfgbgnfgfpkfmmedgfcjpc"
        ],
        "matches": [
            "*:\/\/*.flike.app\/*",
            "https:\/\/app.salesloft.com\/*"
        ],
        "accepts_tls_channel_id": false
    }
}