Extrin

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

Vad är Extrin?

Extrin är en Chrome-tillägg utvecklad av Hack Studio, och dess huvudfunktion är "Extract informations of contacts on Linkedin (1st circle only)".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Extrin-förlängningens CRX-fil

Ladda ner Extrin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Extrin Extrin
ID nmcepmjolcpckhpjgbmlaekpohfepnlk
Officiell webbadress https://chromewebstore.google.com/detail/extrin/nmcepmjolcpckhpjgbmlaekpohfepnlk
Beskrivning Extract informations of contacts on Linkedin (1st circle only)
Filstorlek 1014 KB
Antal Installationer 135
Aktuell Version 0.0.0.5
Senast Uppdaterad 2017-03-13
Publiceringsdatum 2017-03-13
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare Hack Studio
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}