Linkedin Cookie Extractor
This extenstion extract linkedin auth cookie.
ما هو Linkedin Cookie Extractor؟
Linkedin Cookie Extractor هو إضافة Chrome تم تطويرها بواسطة funneltopper، والميزة الرئيسية لها هي "This extenstion extract linkedin auth cookie.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Linkedin Cookie Extractor
قم بتنزيل ملفات الامتداد Linkedin Cookie Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |