Greepick Plus

Greepick Plus

What is Greepick Plus?

Greepick Plus is a Chrome extension developed by dev-doodlin, and its main feature is "Greepick Plus".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Greepick Plus Extension CRX File

Download Greepick Plus 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

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

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

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

Extension Basic Information

Name Greepick Plus Greepick Plus
ID amigbalcbiecchnggahlkonbjnlekaoo
Official URL https://chromewebstore.google.com/detail/greepick-plus/amigbalcbiecchnggahlkonbjnlekaoo
Description Greepick Plus
File Size 917 KB
Installation Count 306
Current Version 0.0.4
Last Updated 2024-01-30
Publish Date 2024-01-04
Rating 5.00/5 Total 2 Ratings
Developer dev-doodlin
Email [email protected]
Payment Type free
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 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"
    ]
}