Cookie importer for Derrick

Get your li_at cookie from your account.

Cos'è Cookie importer for Derrick?

Cookie importer for Derrick è un'estensione di Chrome sviluppata da https://derrick-app.com, e la sua funzione principale è "Get your li_at cookie from your account.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Cookie importer for Derrick

Scarica i file di estensione Cookie importer for Derrick 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

                        This Chrome browser extension allows easy retrieval of LinkedIn session cookies (li_at) when using the Derrick App. Install the extension for seamless use of Derrick App.

Benefits of using Derrick App with Google Sheets include:

Quickly building lead or account lists for lead generation.
Enriching leads with contact information (LinkedIn, email, etc.) or context data (job, experience, skills, etc.).
Finding emails or LinkedIn addresses with just a name.
The extension retrieves session cookies for your LinkedIn account automatically. After logging in to LinkedIn, simply click on the extension, copy and paste your session cookie to Derrick for Sheets.

Get Derrick for Sheets for free from the Google Workspace Marketplace: https://workspace.google.com/marketplace/app/linkedin_and_email_finder_derrick/3746789989

Learn more about Derrick App at derrick-app.com.

Join the Derrick team and start using the app today!                    

Informazioni di Base sull'Estensione

Nome Cookie importer for Derrick Cookie importer for Derrick
ID afgeldghdlleklbichldgclllmgegkon
URL Ufficiale https://chromewebstore.google.com/detail/cookie-importer-for-derri/afgeldghdlleklbichldgclllmgegkon
Descrizione Get your li_at cookie from your account.
Dimensione del File 14.91 KB
Conteggio Installazioni 2,188
Versione Corrente 1.2
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2023-01-30
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore https://derrick-app.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://derrick-app.com/
URL della Pagina di Aiuto https://derrick-app.com/contact
URL della Pagina della Politica sulla Privacy https://derrick-app.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie importer for Derrick",
    "version": "1.2",
    "author": "Derrick",
    "description": "Get your li_at cookie from your account.",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "icons": {
        "16": "128.png",
        "48": "128.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}