Trello Linkedin Helper

linkedin-trello Linkedin to Trello connector to follow the status of your hiring process accross your organization Link to the…

Trello Linkedin Helper란 무엇입니까?

Trello Linkedin Helper은(는) jean-louis.queguiner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "linkedin-trello Linkedin to Trello connector to follow the status of your hiring process accross your organization Link to the…"입니다.

확장 프로그램 스크린샷

screenshot

Trello Linkedin Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        linkedin-trello

Linkedin to Trello connector to follow the status of your hiring process accross your organization

Link to the Wiki . https://github.com/jqueguiner/linkedin-trello/wiki

you need a 1st degree connection to see the trello button



after adding the connection to the trello, refresh the page to get the trello card



you can share the same trello and status with you colleague (but they need to have their how trello api key in the extension) and you need to invite them to the recruiting board

you can change the status of the recruiting process in 1 click from linkedin

you can add comment in 1 click

all the organisation gets the same status for the process (candidate not contacted twice!)

you can view the status of all you candidate pool from the trello board directly to have a 360 view of your candidates pipeline 

Happy recruiting and feel free to contribute                    

확장 프로그램 기본 정보

이름 Trello Linkedin Helper Trello Linkedin Helper
ID bljigloeikaihodehchnpcnpgbhplcdp
공식 URL https://chromewebstore.google.com/detail/trello-linkedin-helper/bljigloeikaihodehchnpcnpgbhplcdp
설명 linkedin-trello Linkedin to Trello connector to follow the status of your hiring process accross your organization Link to the…
파일 크기 188 KB
설치 횟수 92
현재 버전 0.6
최근 업데이트 2018-07-26
출시 날짜 2018-07-26
평점 5.00/5 총 4 개의 평점
개발자 jean-louis.queguiner
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jqueguiner/linkedin-trello
도움말 페이지 URL https://github.com/jqueguiner/linkedin-trello/wiki
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Linkedin Helper",
    "version": "0.6",
    "manifest_version": 2,
    "description": "",
    "page_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "settings\/options.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/in\/*",
                "*:\/\/*.linkedin.com\/search\/results\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/trello_client.js",
                "lib\/trello.embed.min.js",
                "trello_trigger.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.linkedin.com\/in\/*",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_security_policy": "connect-src 'self' https:\/\/trello.com; script-src 'self' https:\/\/trello.com; object-src 'self' https:\/\/trello.com;"
}