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 |
Eメール | [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 } |