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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gllue Software, και η κύρια λειτουργία του είναι "Gllue Waterdrop Plugin can help you import resumes with one click, check resumes for duplicates, and perform AI analysis.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gllue Waterdrop

Λήψη αρχείων επέκτασης Gllue Waterdrop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/*"
        ]
    }
}