Cookie importer for Derrick

Get your li_at cookie from your account.

Wat is Cookie importer for Derrick?

Cookie importer for Derrick is een Chrome-extensie ontwikkeld door https://derrick-app.com, en de belangrijkste functie is "Get your li_at cookie from your account.".

Extensie Screenshots

Download het CRX-bestand van de extensie Cookie importer for Derrick

Download Cookie importer for Derrick-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Cookie importer for Derrick Cookie importer for Derrick
ID afgeldghdlleklbichldgclllmgegkon
Officiële URL https://chromewebstore.google.com/detail/cookie-importer-for-derri/afgeldghdlleklbichldgclllmgegkon
Beschrijving Get your li_at cookie from your account.
Bestandsgrootte 14.91 KB
Aantal Installaties 2,188
Huidige Versie 1.2
Laatst Bijgewerkt 2023-08-28
Publicatiedatum 2023-01-30
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://derrick-app.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://derrick-app.com/
Help Pagina-URL https://derrick-app.com/contact
URL van de Privacybeleid Pagina https://derrick-app.com/privacy
Ondersteunde Talen 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"
    }
}