Search on Linkedin

Search companies on Linkedin

Search on Linkedin란 무엇입니까?

Search on Linkedin은(는) http://www.anhangzhu.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search companies on Linkedin"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Search on Linkedin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Note: YOU MUST HIGHLIGHT THE TEXT YOU WANT TO SEARCH FIRST!

1. Highlight text
2. Right click to bring up menu, and click on "Search!"
3. See result pop up. No pop up means no results. Try another chunk of text.

Currently, this extension only supports companies. There are plans to extend it in the future for people search.                    

확장 프로그램 기본 정보

이름 Search on Linkedin Search on Linkedin
ID kldijfbphampndgemooecbdgfdnmhhjl
공식 URL https://chrome.google.com/webstore/detail/search-on-linkedin/kldijfbphampndgemooecbdgfdnmhhjl
설명 Search companies on Linkedin
파일 크기 7.39 KB
설치 횟수 1,000
현재 버전 0.2
최근 업데이트 2014-06-16
출시 날짜 2014-06-16
평점 2.77/5 총 26 개의 평점
개발자 http://www.anhangzhu.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/porkeypop/Search-On-Linkedin-Chrome-Extension
도움말 페이지 URL https://github.com/porkeypop/Search-On-Linkedin-Chrome-Extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on Linkedin",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Search companies on Linkedin",
    "permissions": [
        "contextMenus",
        "http:\/\/www.linkedin.com\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "application.js"
            ]
        }
    ]
}