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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gllue Waterdrop Plugin can help you import resumes with one click, check resumes for duplicates, and perform AI analysis."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gllue Waterdrop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}