Emelia - LinkedIn Sales Navigator Scraping

Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape

Emelia - LinkedIn Sales Navigator Scrapingคืออะไร?

Emelia - LinkedIn Sales Navigator Scraping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย charles และคุณลักษณะหลักของมันคือ "Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emelia - LinkedIn Sales Navigator Scraping

ดาวน์โหลดไฟล์ส่วนขยาย Emelia - LinkedIn Sales Navigator Scraping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If you have any questions about this extension, feel free to contact us using the support chat at https://emelia.io/.                    

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

ชื่อ Emelia - LinkedIn Sales Navigator Scraping Emelia - LinkedIn Sales Navigator Scraping
ID lmfpmgpceccbilfhiiagoeiligkpidoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emelia-linkedin-sales-nav/lmfpmgpceccbilfhiiagoeiligkpidoi
คำอธิบาย Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape
ขนาดไฟล์ 15.45 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2023-12-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา charles
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://emelia.io
URL หน้าช่วยเหลือ https://emelia.io
URL หน้านโยบายความเป็นส่วนตัว https://emelia.io/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/localhost:3000\/*",
                "https:\/\/*.emelia.io\/*",
                "https:\/\/www.linkedin.com\/sales\/*",
                "https:\/\/linkedin.com\/sales\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape",
    "host_permissions": [
        "https:\/\/www.linkedin.com\/sales\/*",
        "https:\/\/linkedin.com\/sales\/*"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Emelia - LinkedIn Sales Navigator Scraping",
    "permissions": [
        "cookies",
        "tabs"
    ],
    "version": "1.0.6"
}