Linkedin Cookie Extractor

This extenstion extract linkedin auth cookie.

Linkedin Cookie Extractorคืออะไร?

Linkedin Cookie Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย funneltopper และคุณลักษณะหลักของมันคือ "This extenstion extract linkedin auth cookie."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkedin Cookie Extractor

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Linkedin Cookie Extractor Linkedin Cookie Extractor
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
}