PCR Capture

Capture potential candidates from across the web and place them into your PCR database.

Τι είναι το PCR Capture;

Το PCR Capture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PCRecruiter, και η κύρια λειτουργία του είναι "Capture potential candidates from across the web and place them into your PCR database.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The PCR Capture browser plugin for Chrome extends the functionality of PCRecruiter, a web-based recruitment, staffing, and HR sourcing CRM/ATS. With PCR Capture, users can import new candidates and clients, as well as update and merge data into existing records, faster than ever. Automatically detect and update duplicate records, or use advanced mode to get serious control over your data at all times. Import photos, social network profiles, phone numbers, email addresses, and postal addresses straight to the database from your browser at any time. Free for all PCRecruiter ASP-hosted customers, PCR Capture is a must-have sourcing tool for any recruiter, contract placement professional, human resources sourcer, or data entry personnel.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PCR Capture PCR Capture
ID kelbccbdcmbjcjgfclkfhcbemegfhbho
Επίσημο URL https://chromewebstore.google.com/detail/pcr-capture/kelbccbdcmbjcjgfclkfhcbemegfhbho
Περιγραφή Capture potential candidates from across the web and place them into your PCR database.
Μέγεθος Αρχείου 1.01 MB
Αριθμός Εγκαταστάσεων 6,187
Τρέχουσα Έκδοση 1000.3.4.48
Τελευταία Ενημέρωση 2022-11-02
Ημερομηνία Δημοσίευσης 2020-06-25
Αξιολόγηση 4.56/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής PCRecruiter
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://learning.pcrecruiter.net/capture-for-chrome/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.pcrecruiter.net/support
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,es,ru,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PCR Capture",
    "version": "1000.3.4.48",
    "manifest_version": 2,
    "description": "__MSG_extensionDescription__",
    "homepage_url": "http:\/\/www.pcrecruiter.net",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "lib\/jquery-3.3.1.min.js",
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "PCR Capture",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "storage",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/inject.bundle.js"
            ],
            "css": [
                "css\/fonts.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "mergeWidget\/merge.html",
        "mergeWidget\/mergeWidget.js",
        "mergeWidget\/mergeWidgetStartup.js",
        "lib\/bootstrap.bundle.min.js",
        "lib\/base64.js",
        "img\/icon48.png",
        "img\/icon16.png",
        "img\/PCR-Capture.png",
        "css\/fonts\/capture.ttf",
        "css\/tippy.min.css",
        "css\/tingle.min.css",
        "whatsnew.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www2.pcrecruiter.net https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com 'unsafe-eval' 'sha256-FGokFbZ+6p4Y4DmUERkwpuPJQuzQqemsyebMFlXs4D4='; object-src 'self'"
}