Cookie importer for Derrick
Get your li_at cookie from your account.
Was ist Cookie importer for Derrick?
Cookie importer for Derrick ist eine Chrome-Erweiterung, die von https://derrick-app.com entwickelt wurde, und ihr Hauptmerkmal ist "Get your li_at cookie from your account.".
Erweiterungsscreenshots
Cookie importer for Derrick-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cookie importer for Derrick-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Cookie importer for Derrick |
ID | afgeldghdlleklbichldgclllmgegkon |
Offizielle URL | https://chromewebstore.google.com/detail/cookie-importer-for-derri/afgeldghdlleklbichldgclllmgegkon |
Beschreibung | Get your li_at cookie from your account. |
Dateigröße | 14.91 KB |
Installationsanzahl | 2,188 |
Aktuelle Version | 1.2 |
Letztes Update | 2023-08-28 |
Veröffentlichungsdatum | 2023-01-30 |
Bewertung | 1.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://derrick-app.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://derrick-app.com/ |
Hilfeseite URL | https://derrick-app.com/contact |
URL der Datenschutzrichtlinien-Seite | https://derrick-app.com/privacy |
Unterstützte Sprachen | 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" } } |