Flike - AI Sales Co-Pilot

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

Qu'est-ce que Flike - AI Sales Co-Pilot ?

Flike - AI Sales Co-Pilot est une extension Chrome développée par https://flike.app, et sa fonction principale est "Replicate your winning emails by leveraging first&third-party data directly within Gmail and LinkedIn.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Flike - AI Sales Co-Pilot

Téléchargez les fichiers d'extension Flike - AI Sales Co-Pilot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Flike - AI Sales Co-Pilot Flike - AI Sales Co-Pilot
ID lodmcaladcjfgbgnfgfpkfmmedgfcjpc
URL Officiel https://chromewebstore.google.com/detail/flike-ai-sales-co-pilot/lodmcaladcjfgbgnfgfpkfmmedgfcjpc
Description Replicate your winning emails by leveraging first&third-party data directly within Gmail and LinkedIn.
Taille du Fichier 1.49 MB
Nombre d'Installations 68
Version Actuelle 1.2.1
Dernière Mise à Jour 2024-03-01
Date de Publication 2023-01-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://flike.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://flike.app
URL de la Page de Politique de Confidentialité https://www.flike.app/privacy
Langues Prises en Charge 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
    }
}