Profilehunt job clipper

Add jobs from any website to track them on a kanban board

Profilehunt job clipper란 무엇입니까?

Profilehunt job clipper은(는) https://profilehunt.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add jobs from any website to track them on a kanban board"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Profilehunt job clipper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Profilehunt is a job application organizer. It is a kanban board specifically designed for tracking job applications.
- You can add jobs from a native job board on https://profilehunt.net
- You can also add jobs using this extension from any website after signing in on https://profilehunt.net
- You can see added job applications on https://profilehunt.net/kanban page.
- For each job application you can add notes, contacts, todo items and log events for more structured organization.
- You can also move your job application to status designated for job applications such as to apply, applied etc.                    

확장 프로그램 기본 정보

이름 Profilehunt job clipper Profilehunt job clipper
ID pjjnnapajmkmaghakifeobicdflnpmde
공식 URL https://chromewebstore.google.com/detail/profilehunt-job-clipper/pjjnnapajmkmaghakifeobicdflnpmde
설명 Add jobs from any website to track them on a kanban board
파일 크기 131 KB
설치 횟수 140
현재 버전 1.0.0
최근 업데이트 2021-06-08
출시 날짜 2021-06-07
평점 4.20/5 총 5 개의 평점
개발자 https://profilehunt.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://profilehunt.net/job-application-tracker-web-extension
도움말 페이지 URL https://profilehunt.net/extension-help
개인정보 보호 정책 페이지 URL https://profilehunt.net/pages/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Profilehunt job clipper",
    "version": "1.0.0",
    "icons": {
        "16": "assets\/icons\/favicon-16x16.png",
        "32": "assets\/icons\/favicon-32x32.png",
        "57": "assets\/icons\/apple-touch-icon-57x57.png",
        "120": "assets\/icons\/apple-touch-icon-120x120.png"
    },
    "description": "Add jobs from any website to track them on a kanban board",
    "homepage_url": "https:\/\/profilehunt.net",
    "short_name": "Profilehunt job clipper",
    "permissions": [
        "activeTab",
        "*:\/\/profilehunt.net\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "profilehunt",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16x16.png",
            "32": "assets\/icons\/favicon-32x32.png",
            "57": "assets\/icons\/apple-touch-icon-57x57.png",
            "120": "assets\/icons\/apple-touch-icon-120x120.png"
        },
        "default_title": "Profilehunt job clipper",
        "chrome_style": false
    }
}