Cookie importer for Derrick

Get your li_at cookie from your account.

什麼是Cookie importer for Derrick?

Cookie importer for Derrick是由https://derrick-app.com開發的Chrome擴展程式,該擴展的主要功能是“Get your li_at cookie from your account.”。

擴展截圖

下載Cookie importer for Derrick擴展crx文件

下載Cookie importer for Derrick擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Cookie importer for Derrick Cookie importer for Derrick
ID afgeldghdlleklbichldgclllmgegkon
官方網址 https://chromewebstore.google.com/detail/cookie-importer-for-derri/afgeldghdlleklbichldgclllmgegkon
簡介 Get your li_at cookie from your account.
檔案大小 14.91 KB
安裝次數 2,188
目前版本 1.2
更新時間 2023-08-28
上架時間 2023-01-30
評分 1.00/5 共 2 次評分
開發者 https://derrick-app.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://derrick-app.com/
說明頁面URL https://derrick-app.com/contact
隱私政策頁面URL https://derrick-app.com/privacy
支援的語言 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"
    }
}