iCIMS Browser Extension

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

What is iCIMS Browser Extension?

iCIMS Browser Extension is a Chrome extension developed by https://icims.com, and its main feature is "The iCIMS Talent Cloud is a global talent acquisition platform that delivers solutions to build, retain, and scale your workforce.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download iCIMS Browser Extension Extension CRX File

Download iCIMS Browser Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name iCIMS Browser Extension iCIMS Browser Extension
ID fnilfbonoiecjddikflnfncnboinphcm
Official URL https://chromewebstore.google.com/detail/icims-browser-extension/fnilfbonoiecjddikflnfncnboinphcm
Description The iCIMS Talent Cloud is a global talent acquisition platform that delivers solutions to build, retain, and scale your workforce.
File Size 3.72 MB
Installation Count 1,440
Current Version 4.1.2
Last Updated 2024-02-05
Publish Date 2020-06-18
Rating 5.00/5 Total 2 Ratings
Developer https://icims.com
Email [email protected]
Payment Type free
Extension Website https://www.icims.com/products/talent-cloud-platform/video-studio/
Help Page URL https://care.icims.com/s/contactsupport
Privacy Policy Page URL https://www.icims.com/legal/privacy-notice-website
Supported Languages 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"
}