Emelia - LinkedIn Sales Navigator Scraping

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

Hvad er Emelia - LinkedIn Sales Navigator Scraping?

Emelia - LinkedIn Sales Navigator Scraping er en Chrome-udvidelse udviklet af charles, og dens hovedfunktion er "Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape".

Udvidelsesskærmbilleder

screenshot

Download Emelia - LinkedIn Sales Navigator Scraping-udvidelses-CRX-fil

Download Emelia - LinkedIn Sales Navigator Scraping-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Emelia - LinkedIn Sales Navigator Scraping Emelia - LinkedIn Sales Navigator Scraping
ID lmfpmgpceccbilfhiiagoeiligkpidoi
Officiel URL https://chromewebstore.google.com/detail/emelia-linkedin-sales-nav/lmfpmgpceccbilfhiiagoeiligkpidoi
Beskrivelse Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape
Filstørrelse 15.45 KB
Antal Installationer 80
Nuværende Version 1.0.6
Senest Opdateret 2024-02-14
Udgivelsesdato 2023-12-20
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler charles
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://emelia.io
Hjælpeside-URL https://emelia.io
URL til Fortrolighedspolitik Side https://emelia.io/privacy_policy
Understøttede Sprog 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"
}