Linkedin Cookie Extractor
This extenstion extract linkedin auth cookie.
What is Linkedin Cookie Extractor?
Linkedin Cookie Extractor is a Chrome extension developed by funneltopper, and its main feature is "This extenstion extract linkedin auth cookie.".
Extension Screenshots
Download Linkedin Cookie Extractor Extension CRX File
Download Linkedin Cookie Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Funnel Topper helps you automate your entire top-of-funnel workflow, from finding prospects on LinkedIn, sending these prospects connection requests and LinkedIn messages, finding prospects’ email addresses and including prospects in email campaigns. This extension is used to grab cookie sessions related to the data source for your prospects.
Extension Basic Information
Name | |
ID | dajmleegkccopdeiobmpppklkcnagpnn |
Official URL | https://chrome.google.com/webstore/detail/linkedin-cookie-extractor/dajmleegkccopdeiobmpppklkcnagpnn |
Description | This extenstion extract linkedin auth cookie. |
File Size | 21.75 KB |
Installation Count | 17 |
Current Version | 1.0.0 |
Last Updated | 2020-10-14 |
Publish Date | 2020-10-14 |
Developer | funneltopper |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkedin Cookie Extractor", "description": "This extenstion extract linkedin auth cookie.", "version": "1.0.0", "permissions": [ "activeTab", "cookies", "https:\/\/linkedin.com\/*" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [] }, "browser_action": { "default_icon": "icon-16.png", "default_title": "Linkedin Cookie Extractor", "default_popup": "popup.html" }, "manifest_version": 2 } |