Greepick

Greepick

Apa itu Greepick?

Greepick adalah ekstensi Chrome yang dikembangkan oleh https://greetinghr.com, dan fitur utamanya adalah "Greepick".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Greepick

Unduh file ekstensi Greepick dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

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

Informasi Dasar Ekstensi

Nama Greepick Greepick
ID lippfnablmodoghfgcmachjpfcflofii
URL Resmi https://chromewebstore.google.com/detail/greepick/lippfnablmodoghfgcmachjpfcflofii
Deskripsi Greepick
Ukuran File 464 KB
Jumlah Instalasi 1,415
Versi Saat Ini 3.6.0
Terakhir Diperbarui 2024-01-02
Tanggal Publikasi 2021-10-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://greetinghr.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.greetinghr.com
URL Halaman Kebijakan Privasi https://www.greetinghr.com/terms/privacy_policy
Bahasa yang Didukung 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"
    ]
}