Extrin

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

Co to jest Extrin?

Extrin to rozszerzenie Chrome opracowane przez Hack Studio, a jego główną funkcją jest „Extract informations of contacts on Linkedin (1st circle only)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Extrin

Pobierz pliki rozszerzeń Extrin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 :-)                    

Podstawowe informacje o rozszerzeniu

Nazwa Extrin Extrin
ID nmcepmjolcpckhpjgbmlaekpohfepnlk
Oficjalny URL https://chromewebstore.google.com/detail/extrin/nmcepmjolcpckhpjgbmlaekpohfepnlk
Opis Extract informations of contacts on Linkedin (1st circle only)
Rozmiar pliku 1014 KB
Liczba instalacji 135
Aktualna Wersja 0.0.0.5
Ostatnia Aktualizacja 2017-03-13
Data Publikacji 2017-03-13
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Hack Studio
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}