Cookie importer for Derrick
Get your li_at cookie from your account.
¿Qué es Cookie importer for Derrick?
Cookie importer for Derrick es una extensión de Chrome desarrollada por https://derrick-app.com, y su función principal es "Get your li_at cookie from your account.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Cookie importer for Derrick
Descarga archivos de extensión Cookie importer for Derrick en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Cookie importer for Derrick |
ID | afgeldghdlleklbichldgclllmgegkon |
URL Oficial | https://chromewebstore.google.com/detail/cookie-importer-for-derri/afgeldghdlleklbichldgclllmgegkon |
Descripción | Get your li_at cookie from your account. |
Tamaño del Archivo | 14.91 KB |
Cantidad de Instalaciones | 2,188 |
Versión Actual | 1.2 |
Última Actualización | 2023-08-28 |
Fecha de Publicación | 2023-01-30 |
Calificación | 1.00/5 Total de 2 Calificaciones |
Desarrollador | https://derrick-app.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://derrick-app.com/ |
URL de la Página de Ayuda | https://derrick-app.com/contact |
URL de la Página de Política de Privacidad | https://derrick-app.com/privacy |
Idiomas Soportados | 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" } } |