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
公式URL 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
Eメール [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"
    }
}