Sales XL: Automated LinkedIn Prospecting

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

Was ist Sales XL: Automated LinkedIn Prospecting?

Sales XL: Automated LinkedIn Prospecting ist eine Chrome-Erweiterung, die von contactsalesxl entwickelt wurde, und ihr Hauptmerkmal ist "The extension helps you auto add LinkedIn users from a simple CSV file.".

Erweiterungsscreenshots

screenshot

Sales XL: Automated LinkedIn Prospecting-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sales XL: Automated LinkedIn Prospecting-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Sales XL: Automated LinkedIn Prospecting Sales XL: Automated LinkedIn Prospecting
ID hhdffcchnkhbhlppcnaomfonehjkaghm
Offizielle URL https://chromewebstore.google.com/detail/sales-xl-automated-linked/hhdffcchnkhbhlppcnaomfonehjkaghm
Beschreibung The extension helps you auto add LinkedIn users from a simple CSV file.
Dateigröße 538 KB
Installationsanzahl 39
Aktuelle Version 1.0.2
Letztes Update 2017-06-30
Veröffentlichungsdatum 2017-06-30
Entwickler contactsalesxl
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}