Greepick Plus

Greepick Plus

Greepick Plus란 무엇입니까?

Greepick Plus은(는) dev-doodlin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Greepick Plus"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Greepick Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        [채용관리 솔루션 그리팅 유저분들을 위한 서비스입니다]
다양한 채널에 흩어져있는 지원자를 손쉽게 모아볼 수 있습니다.
그리픽으로 클릭 한 번에 지원자 정보를 옮겨보세요.

[주요기능]
그리팅에 접속하지 않아도, 외부 채널에서 익스텐션으로 작업
이력서 PDF 파일 다운로드 한 번에 지원자 정보 자동 입력
그리픽으로 추가한 지원자의 지원 경로를 자동으로 입력

👉 그리팅 웹사이트 : https://www.greetinghr.com
👉 실시간 채팅 문의 : https://greetinghr.channel.io                    

확장 프로그램 기본 정보

이름 Greepick Plus Greepick Plus
ID amigbalcbiecchnggahlkonbjnlekaoo
공식 URL https://chromewebstore.google.com/detail/greepick-plus/amigbalcbiecchnggahlkonbjnlekaoo
설명 Greepick Plus
파일 크기 917 KB
설치 횟수 306
현재 버전 0.0.4
최근 업데이트 2024-01-30
출시 날짜 2024-01-04
평점 5.00/5 총 2 개의 평점
개발자 dev-doodlin
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.greetinghr.com/terms/privacy_policy
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Greepick Plus",
    "version": "0.0.4",
    "description": "Greepick Plus",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "index.css"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "devtools_page": "src\/pages\/devtools\/index.html",
    "permissions": [
        "activeTab",
        "downloads",
        "tabs",
        "storage"
    ]
}