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
Eメール [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"
    }
}