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 هو إضافة Chrome تم تطويرها بواسطة https://flike.app، والميزة الرئيسية لها هي "Replicate your winning emails by leveraging first&third-party data directly within Gmail and LinkedIn.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Flike - AI Sales Co-Pilot

قم بتنزيل ملفات الامتداد Flike - AI Sales Co-Pilot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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
    }
}