Extrin

Extract informations of contacts on Linkedin (1st circle only)

Was ist Extrin?

Extrin ist eine Chrome-Erweiterung, die von Hack Studio entwickelt wurde, und ihr Hauptmerkmal ist "Extract informations of contacts on Linkedin (1st circle only)".

Erweiterungsscreenshots

screenshot
screenshot

Extrin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Extrin-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

                        You have many contacts on Linkedin with phone numbers, emails and others data ? Don't panic, Extrin downloads all your contact from your Linkedin. 

You will have a csv file with firstname, lastname, position, birthdate, twitter, website, phone and location.

Be sure to be online before launching Extrin.

Feel free to contact me at [email protected] or on twitter @boristchangang. 

If you like the extension, please give it 5 stars :-)                    

Grundlegende Informationen zur Erweiterung

Name Extrin Extrin
ID nmcepmjolcpckhpjgbmlaekpohfepnlk
Offizielle URL https://chromewebstore.google.com/detail/extrin/nmcepmjolcpckhpjgbmlaekpohfepnlk
Beschreibung Extract informations of contacts on Linkedin (1st circle only)
Dateigröße 1014 KB
Installationsanzahl 135
Aktuelle Version 0.0.0.5
Letztes Update 2017-03-13
Veröffentlichungsdatum 2017-03-13
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler Hack Studio
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extrin",
    "description": "Extract informations of contacts on Linkedin (1st circle only)",
    "version": "0.0.0.5",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/libs\/jquery.min.js",
                "script.min.js"
            ],
            "css": [
                "\/css\/fontawesome.css",
                "\/css\/font.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "*.png",
        "*.ttf",
        "*.png",
        "*.eot",
        "*.otf",
        "*.woff",
        "\/css\/fonts\/.*",
        "\/css\/*.*",
        ""
    ],
    "browser_action": {
        "default_title": "Extrin"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}