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
电子邮箱 [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
    }
}