Cookie importer for Derrick

Get your li_at cookie from your account.

Cookie importer for Derrick là gì?

Cookie importer for Derrick là một tiện ích mở rộng Chrome được phát triển bởi https://derrick-app.com, và tính năng chính của nó là "Get your li_at cookie from your account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Cookie importer for Derrick

Tải xuống các tệp mở rộng Cookie importer for Derrick dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cookie importer for Derrick Cookie importer for Derrick
ID afgeldghdlleklbichldgclllmgegkon
URL Chính Thức https://chromewebstore.google.com/detail/cookie-importer-for-derri/afgeldghdlleklbichldgclllmgegkon
Mô tả Get your li_at cookie from your account.
Kích Thước Tệp 14.91 KB
Số Lần Cài Đặt 2,188
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2023-01-30
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://derrick-app.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://derrick-app.com/
URL Trang Trợ Giúp https://derrick-app.com/contact
URL Trang Chính Sách Bảo Mật https://derrick-app.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}