Extrin

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

什么是Extrin?

Extrin是由Hack Studio开发的Chrome扩展程序,该扩展的主要功能是“Extract informations of contacts on Linkedin (1st circle only)”。

扩展截图

screenshot
screenshot

下载Extrin扩展crx文件

下载Extrin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Extrin Extrin
ID nmcepmjolcpckhpjgbmlaekpohfepnlk
官方URL https://chromewebstore.google.com/detail/extrin/nmcepmjolcpckhpjgbmlaekpohfepnlk
简介 Extract informations of contacts on Linkedin (1st circle only)
文件大小 1014 KB
安装次数 135
当前版本 0.0.0.5
更新时间 2017-03-13
上架时间 2017-03-13
评分 4.75/5 共4次评分
开发者 Hack Studio
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}