Linkedin Cookie Extractor
This extenstion extract linkedin auth cookie.
什么是Linkedin Cookie Extractor?
Linkedin Cookie Extractor是由funneltopper开发的Chrome扩展程序,该扩展的主要功能是“This extenstion extract linkedin auth cookie.”。
扩展截图
下载Linkedin Cookie Extractor扩展crx文件
下载Linkedin Cookie Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | dajmleegkccopdeiobmpppklkcnagpnn |
官方URL | https://chrome.google.com/webstore/detail/linkedin-cookie-extractor/dajmleegkccopdeiobmpppklkcnagpnn |
简介 | This extenstion extract linkedin auth cookie. |
文件大小 | 21.75 KB |
安装次数 | 17 |
当前版本 | 1.0.0 |
更新时间 | 2020-10-14 |
上架时间 | 2020-10-14 |
开发者 | funneltopper |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |