Gllue Waterdrop

Gllue Waterdrop Plugin can help you import resumes with one click, check resumes for duplicates, and perform AI analysis.

Gllue Waterdrop란 무엇입니까?

Gllue Waterdrop은(는) Gllue Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gllue Waterdrop Plugin can help you import resumes with one click, check resumes for duplicates, and perform AI analysis."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Gllue Waterdrop 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        While browsing job boards, you can import resumes into Gllue with one click, the system will automatically complete resume parsing and attachment uploading!

Supports precise and fuzzy duplication checks for resumes from various job boards, preventing you from repeatedly entering or downloading the same resumes!

Supports major global job boards, requires Gllue System for use (https://www.gllue.com)                    

확장 프로그램 기본 정보

이름 Gllue Waterdrop Gllue Waterdrop
ID nlcnnilgjcdldkinlocencacndieokdl
공식 URL https://chromewebstore.google.com/detail/gllue-waterdrop/nlcnnilgjcdldkinlocencacndieokdl
설명 Gllue Waterdrop Plugin can help you import resumes with one click, check resumes for duplicates, and perform AI analysis.
파일 크기 672 KB
설치 횟수 8,000
현재 버전 4.3.1
최근 업데이트 2024-03-01
출시 날짜 2020-12-22
평점 5.00/5 총 7 개의 평점
개발자 Gllue Software
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.gllue.com
도움말 페이지 URL https://www.gllue.com/contact/
개인정보 보호 정책 페이지 URL https://static.gllue.com/channel/%E9%9A%90%E7%A7%81%E4%BF%9D%E6%8A%A4%E6%9D%A1%E6%AC%BE2021.pdf
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/www.gllue.com",
    "version": "4.3.1",
    "manifest_version": 3,
    "default_locale": "zh_CN",
    "background": {
        "service_worker": "background.570c557e41c613c9d0d0.js"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies",
        "tabs",
        "webRequest",
        "scripting",
        "nativeMessaging"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/*.highpin.cn\/ResumeManage\/ResumeList*"
            ],
            "css": [
                "content\/content.c07e8013897a9071e313.css"
            ],
            "js": [
                "content\/content.6ff05018abe5ecd5e878.js"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.gllue.com\/*",
            "*:\/\/*.gllue.net\/*"
        ]
    }
}