Flike - AI Sales Co-Pilot

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

Cos'è Flike - AI Sales Co-Pilot?

Flike - AI Sales Co-Pilot è un'estensione di Chrome sviluppata da https://flike.app, e la sua funzione principale è "Replicate your winning emails by leveraging first&third-party data directly within Gmail and LinkedIn.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Flike - AI Sales Co-Pilot

Scarica i file di estensione Flike - AI Sales Co-Pilot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Flike - AI Sales Co-Pilot Flike - AI Sales Co-Pilot
ID lodmcaladcjfgbgnfgfpkfmmedgfcjpc
URL Ufficiale https://chromewebstore.google.com/detail/flike-ai-sales-co-pilot/lodmcaladcjfgbgnfgfpkfmmedgfcjpc
Descrizione Replicate your winning emails by leveraging first&third-party data directly within Gmail and LinkedIn.
Dimensione del File 1.49 MB
Conteggio Installazioni 68
Versione Corrente 1.2.1
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2023-01-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://flike.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://flike.app
URL della Pagina della Politica sulla Privacy https://www.flike.app/privacy
Lingue Supportate 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
    }
}