Cookie importer for Derrick

Get your li_at cookie from your account.

Qu'est-ce que Cookie importer for Derrick ?

Cookie importer for Derrick est une extension Chrome développée par https://derrick-app.com, et sa fonction principale est "Get your li_at cookie from your account.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Cookie importer for Derrick

Téléchargez les fichiers d'extension Cookie importer for Derrick 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

                        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!                    

Informations de Base sur l'Extension

Nom Cookie importer for Derrick Cookie importer for Derrick
ID afgeldghdlleklbichldgclllmgegkon
URL Officiel https://chromewebstore.google.com/detail/cookie-importer-for-derri/afgeldghdlleklbichldgclllmgegkon
Description Get your li_at cookie from your account.
Taille du Fichier 14.91 KB
Nombre d'Installations 2,188
Version Actuelle 1.2
Dernière Mise à Jour 2023-08-28
Date de Publication 2023-01-30
Évaluation 1.00/5 Total 2 Évaluations
Développeur https://derrick-app.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://derrick-app.com/
URL de la Page d'Aide https://derrick-app.com/contact
URL de la Page de Politique de Confidentialité https://derrick-app.com/privacy
Langues Prises en Charge 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"
    }
}