Randstad RiseSmart Browser Extension

Looking to find quality job candidates who are available to start working today? Randstad RiseSmart’s FirstLook™ browser…

Randstad RiseSmart Browser Extensionคืออะไร?

Randstad RiseSmart Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Randstad RiseSmart และคุณลักษณะหลักของมันคือ "Looking to find quality job candidates who are available to start working today? Randstad RiseSmart’s FirstLook™ browser…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Randstad RiseSmart Browser Extension

ดาวน์โหลดไฟล์ส่วนขยาย Randstad RiseSmart Browser Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Looking to find quality job candidates who are available to start working today?
 
Randstad RiseSmart’s FirstLook™ browser extension uses powerful marketplace technology to help you find qualified talent fast!
 
The FirstLook browser extension is a free tool for recruiters to find matched candidates from RiseSmart’s database of available, experienced candidates. 
 
***********************************************************
Find the right candidates
 
You can filter candidates by job title, location, skills, experience, education, and industry. If you’re open to remote candidates from anywhere in the world, you can turn off the location criteria.
 
***********************************************************
See matched candidates
 
Search directly in the browser extension for candidates or get matches shown directly to you automatically as candidates browse your job postings.
 
If you’re looking for potential candidates on LinkedIn, the browser extension will automatically find and display similarly qualified candidates from RiseSmart’s database.
 
***********************************************************
View candidate profiles
 
Click on any candidate to see a summary profile. You can also view their full profile to see additional values such as contact information so that you can reach out and set up the next steps.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Randstad RiseSmart Browser Extension Randstad RiseSmart Browser Extension
ID pijpdgfelkpobngnjholleebdlbkiood
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/randstad-risesmart-browse/pijpdgfelkpobngnjholleebdlbkiood
คำอธิบาย Looking to find quality job candidates who are available to start working today? Randstad RiseSmart’s FirstLook™ browser…
ขนาดไฟล์ 4.32 MB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-12-04
วันที่เผยแพร่ 2021-12-04
ผู้พัฒนา Randstad RiseSmart
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://go.randstadrisesmart.com/browser-extension
URL หน้านโยบายความเป็นส่วนตัว https://apps.risesmart.com/registration/self/slTermsAndConditions?contract_type=pp&locale=en_US
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "53.0"
        }
    },
    "name": "Randstad RiseSmart Browser Extension",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/rricon.png",
        "48": "icons\/rricon48.png",
        "128": "icons\/rricon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "be.min.css",
                "custom.css"
            ],
            "js": [
                "jquery.js",
                "react_globals.js",
                "global.js",
                "libphonenumber.js",
                "sidebar.js",
                "be-min.js",
                "jobdetailextractor.js",
                "content_listeners.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "react_globals.js",
            "global.js",
            "background.js",
            "service_calls.js",
            "background_listeners.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Randstad RiseSmart Browser Extension"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "unlimitedStorage",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.linkedin.com\/*"
        ]
    },
    "web_accessible_resources": [
        "indeedscript.js",
        "seekscriptinjector.js",
        "linkedinprofileinjector.js",
        "fonts\/Graphik-Regular-Web.woff2",
        "fonts\/Lato-Thin.ttf",
        "fonts\/Lato-Light.ttf",
        "fonts\/Lato-Regular.ttf",
        "fonts\/Lato-Medium.ttf",
        "fonts\/Lato-Semibold.ttf",
        "fonts\/Lato-Bold.ttf",
        "fonts\/Lato-Heavy.ttf",
        "fonts\/Lato-Black.ttf"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/static.risesmartapps.com\/* https:\/\/talentsol.risesmartapps.com\/*; object-src 'self'; connect-src *;"
}