iCIMS Browser Extension

The iCIMS Talent Cloud is a global talent acquisition platform that delivers solutions to build, retain, and scale your workforce.

¿Qué es iCIMS Browser Extension?

iCIMS Browser Extension es una extensión de Chrome desarrollada por https://icims.com, y su función principal es "The iCIMS Talent Cloud is a global talent acquisition platform that delivers solutions to build, retain, and scale your workforce.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión iCIMS Browser Extension

Descarga archivos de extensión iCIMS Browser Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension includes the following capabilities.

iCIMS Sourcing Extension for iCIMS CRM

Recruiters and sourcers can directly import top talent from downloaded PDFs using a Chrome or Edge extension to expand their talent pools.

- Upload top talent from downloaded PDFs into CRM without toggling back and forth between the applications
- Tag candidates, add a workflow status, and submit them to pipelines for improved efficiency
- Create better quality pipelines at no extra cost for reduced sourcing spend

Requirement: Subscription to iCIMS CRM. Currently available to work with downloaded public profiles from LinkedIn.

iCIMS Video Studio Extension

With this extension, recruiters and hiring managers can easily access, browse, and share approved video testimonials.

- Easily add videos from your content library into emails or social media
- Personalize candidate communications that can be shared at scale
- Share company culture, interview tips, success stories and more – throughout the talent journey

Requirement: Subscription to iCIMS Video Studio

-----------------------------------

If you have trouble adding the extension to your browser, please visit the  iCIMS Community Site: https://community.icims.com/s/article/Using-the-iCIMS-Video-Studio-Browser-Extension.                    

Información Básica de la Extensión

Nombre iCIMS Browser Extension iCIMS Browser Extension
ID fnilfbonoiecjddikflnfncnboinphcm
URL Oficial https://chromewebstore.google.com/detail/icims-browser-extension/fnilfbonoiecjddikflnfncnboinphcm
Descripción The iCIMS Talent Cloud is a global talent acquisition platform that delivers solutions to build, retain, and scale your workforce.
Tamaño del Archivo 3.72 MB
Cantidad de Instalaciones 1,440
Versión Actual 4.1.2
Última Actualización 2024-02-05
Fecha de Publicación 2020-06-18
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://icims.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.icims.com/products/talent-cloud-platform/video-studio/
URL de la Página de Ayuda https://care.icims.com/s/contactsupport
URL de la Página de Política de Privacidad https://www.icims.com/legal/privacy-notice-website
Idiomas Soportados de,en,fr,nl,es,it,pl,sv,el,ru,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqNsTV4DDuuPG78lW1gZqCFHa2qFhYP1m8VSpPGfFIxsQzIqk1FnnAR6tGXdvRjHJEm3EyCZ6Q6Xd+H3gpE8MJS7QlrSPOKWCTSPoLei8Ab02UT\/VzOKkcUqkBOzj1MMeNG6DqfXuiY5S4uCHnJ65sTt7Bx+5oXc3O4Cj2vawZABusZJ6PRZOBafMmDDDu5ZEQQe5zM06rTxfB4oPIxVjVT511qlsCPaNQXhICj4VTi3pvPwHB44MGTmXgEPVvWIiWAz+u5aQaNdopu16o+BqQJc+prX9fOIZ9b4sfB7dk3Hr4K+fMsv0o9PsBLzey1jvJJ8z2ztzZS2WD\/GKqjh9SwIDAQAB",
    "icons": {
        "16": "public\/icons\/icims-16.png",
        "34": "public\/icons\/icims-34.png",
        "48": "public\/icons\/icims-48.png",
        "96": "public\/icons\/icims-96.png",
        "128": "public\/icons\/icims-128.png"
    },
    "action": {
        "default_icon": {
            "16": "public\/icons\/icims-16.png",
            "34": "public\/icons\/icims-34.png",
            "48": "public\/icons\/icims-48.png",
            "96": "public\/icons\/icims-96.png",
            "128": "public\/icons\/icims-128.png"
        },
        "default_title": "iCIMS Browser Extension",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "open-recording-interface": {
            "suggested_key": {
                "default": "Ctrl+Shift+I",
                "mac": "Command+Shift+I"
            },
            "description": "Open recording interface if the user is logged in and has selected a workspace"
        }
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "matches": [
            ""
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/icons\/*.png",
                "public\/assets\/images\/*.jpg",
                "public\/assets\/images\/*.jpeg",
                "public\/assets\/images\/*.png",
                "public\/assets\/plugins\/**\/images\/*.jpg",
                "public\/assets\/plugins\/**\/images\/*.jpeg",
                "public\/assets\/plugins\/**\/images\/*.png",
                "public\/assets\/plugins\/**\/images\/*.svg",
                "camera\/camera.html",
                "camera\/camera.js",
                "mediaStream\/mediaStream.html",
                "mediaStream\/mediaStream.js",
                "widgets\/main.js",
                "widgets\/helpers\/widgetReport.js",
                "widgets\/helpers\/widgetReportByContentBlock.js",
                "widgets\/helpers\/widgetRefresh.js",
                "widgets\/helpers\/widgetLoad.js",
                "widgets\/helpers\/widgetHighlight.js",
                "widgets\/helpers\/widgetClear.js",
                "analytics\/loadAnalytics.js",
                "analytics\/mixpanel.js",
                "public\/icons\/*.png",
                "public\/assets\/images\/*.jpg",
                "public\/assets\/images\/*.jpeg",
                "public\/assets\/images\/*.png",
                "scripts\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "version": "4.1.2"
}