Extrin

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

Extrin là gì?

Extrin là một tiện ích mở rộng Chrome được phát triển bởi Hack Studio, và tính năng chính của nó là "Extract informations of contacts on Linkedin (1st circle only)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Extrin

Tải xuống các tệp mở rộng Extrin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extrin Extrin
ID nmcepmjolcpckhpjgbmlaekpohfepnlk
URL Chính Thức https://chromewebstore.google.com/detail/extrin/nmcepmjolcpckhpjgbmlaekpohfepnlk
Mô tả Extract informations of contacts on Linkedin (1st circle only)
Kích Thước Tệp 1014 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 0.0.0.5
Cập Nhật Lần Cuối 2017-03-13
Ngày Phát Hành 2017-03-13
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Hack Studio
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}