Sales XL: Automated LinkedIn Prospecting

The extension helps you auto add LinkedIn users from a simple CSV file.

Hvad er Sales XL: Automated LinkedIn Prospecting?

Sales XL: Automated LinkedIn Prospecting er en Chrome-udvidelse udviklet af contactsalesxl, og dens hovedfunktion er "The extension helps you auto add LinkedIn users from a simple CSV file.".

Udvidelsesskærmbilleder

screenshot

Download Sales XL: Automated LinkedIn Prospecting-udvidelses-CRX-fil

Download Sales XL: Automated LinkedIn Prospecting-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

                        The extension helps you auto add LinkedIn users from a simple CSV file.                    

Grundlæggende oplysninger om udvidelsen

Navn Sales XL: Automated LinkedIn Prospecting Sales XL: Automated LinkedIn Prospecting
ID hhdffcchnkhbhlppcnaomfonehjkaghm
Officiel URL https://chromewebstore.google.com/detail/sales-xl-automated-linked/hhdffcchnkhbhlppcnaomfonehjkaghm
Beskrivelse The extension helps you auto add LinkedIn users from a simple CSV file.
Filstørrelse 538 KB
Antal Installationer 39
Nuværende Version 1.0.2
Senest Opdateret 2017-06-30
Udgivelsesdato 2017-06-30
Udvikler contactsalesxl
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sales XL: Automated LinkedIn Prospecting",
    "description": "The extension helps you auto add LinkedIn users from a simple CSV file.",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/logo.gif",
        "scripts\/client.js",
        "css\/datatables.min.css"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/autoadd.js"
            ]
        }
    ]
}