PeopleForce Prospector

The best All-In-One HR software to manage your workforce.

Was ist PeopleForce Prospector?

PeopleForce Prospector ist eine Chrome-Erweiterung, die von https://peopleforce.io entwickelt wurde, und ihr Hauptmerkmal ist "The best All-In-One HR software to manage your workforce.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

PeopleForce Prospector-Erweiterungs-CRX-Datei herunterladen

Laden Sie PeopleForce Prospector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Easily add your newly found candidates into PeopleForce with our companion Chrome extension plugin.

Features:
- Add new candidates quickly while browsing websites
- Search your candidate database by name
- Add candidates directly into vacancies for following up later
- Automatically searches your candidate database for existing candidates
- Multi language support                    

Grundlegende Informationen zur Erweiterung

Name PeopleForce Prospector PeopleForce Prospector
ID cgfbljenomhldjljiacilaakakaglebd
Offizielle URL https://chromewebstore.google.com/detail/peopleforce-prospector/cgfbljenomhldjljiacilaakakaglebd
Beschreibung The best All-In-One HR software to manage your workforce.
Dateigröße 603 KB
Installationsanzahl 2,000
Aktuelle Version 1.7.0
Letztes Update 2024-03-01
Veröffentlichungsdatum 2020-06-16
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://peopleforce.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://peopleforce.io
Hilfeseite URL https://help.peopleforce.io
URL der Datenschutzrichtlinien-Seite https://peopleforce.io/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmlfVuAUi8AcwUHEpwvRCShndY3ERL7\/uKkHxboEEVMY82bOi+CS+L9xzl5wniUOCWS07dRUGUBS\/KczWzhdcZXENpUuUpr0s5sLuvfuG65zoHE+M5agBUz0bXk\/aYVa2t7ecXtzO1Gn2lIrZV1RMGYkTA4DReD7U43gz60peJt9BcHOBiq\/frCJdgEIUaduYWrekYBsU4qkzzpBaqQ6pROG3Geq1tPvmx8I0sRm9iFYmeIPBaUNUCHO30EaGemsfvQMKMtq6AxUYWB2OTX+QDPFlZho\/LR+eb5qMJ0pEVsNHKiGpNre24yMZf+97z4h62ZrrYJz2CqVMicg9MEj+jwIDAQAB",
    "name": "PeopleForce Prospector",
    "short_name": "prospector",
    "version": "1.7.0",
    "description": "The best All-In-One HR software to manage your workforce.",
    "icons": {
        "16": "assets\/icon\/favicon.png",
        "48": "assets\/icon\/favicon.png",
        "128": "assets\/icon\/favicon.png"
    },
    "background": {
        "service_worker": "pf-worker.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "pf-content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/peopleforce.io",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "647083645739-qldeaah9h1rt3beeq6jv9j72vgv6m52m.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}