Greepick

Greepick

What is Greepick?

Greepick is a Chrome extension developed by https://greetinghr.com, and its main feature is "Greepick".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Greepick Extension CRX File

Download Greepick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        [채용관리 솔루션 그리팅유저분들을 위한 서비스입니다]
여러 채용 플랫폼 별로 쏟아지는 지원자들을 한곳에서! 
그리픽은 여러 채용 플랫폼의 지원자 정보를 그리팅 페이지를 켜지 않고도 쉽고 빠르게 그리팅으로 옮길 수 있습니다.

[주요기능]
그리팅에 접속하지 않고도 여러 채용 플랫폼에서 크롬 익스텐션으로 작업
별도의 입력 없이 클릭만으로 지원자 정보 입력
그리픽으로 추가한 지원자의 지원 경로가 자동으로 입력

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

Extension Basic Information

Name Greepick Greepick
ID lippfnablmodoghfgcmachjpfcflofii
Official URL https://chromewebstore.google.com/detail/greepick/lippfnablmodoghfgcmachjpfcflofii
Description Greepick
File Size 464 KB
Installation Count 1,415
Current Version 3.6.0
Last Updated 2024-01-02
Publish Date 2021-10-03
Rating 5.00/5 Total 2 Ratings
Developer https://greetinghr.com
Email [email protected]
Payment Type free
Extension Website https://www.greetinghr.com
Privacy Policy Page URL https://www.greetinghr.com/terms/privacy_policy
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Greepick",
    "version": "3.6.0",
    "description": "Greepick",
    "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": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "index.css"
            ],
            "run_at": "document_start"
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "scripting"
    ]
}