STAGE SB Extension

This extension is for SB users.

STAGE SB Extensionคืออะไร?

STAGE SB Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sboard.dev และคุณลักษณะหลักของมันคือ "This extension is for SB users."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย STAGE SB Extension

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

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

                        This extension helps Staffing Board users to navigate from LinkedIn Profile to a search screen of an internal ATS system.

It is for Staffing Board users only. Before using this plugin you have to be logged into the system.
 

Additionally with this extension you can:
- find candidate by name
- create candidate                    

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

ชื่อ STAGE SB Extension STAGE SB Extension
ID pdlkpphleaimjjpnfgbhmjfbnpghknjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stage-sb-extension/pdlkpphleaimjjpnfgbhmjfbnpghknjl
คำอธิบาย This extension is for SB users.
ขนาดไฟล์ 84.23 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.4.5
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2020-05-28
ผู้พัฒนา sboard.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.softserveinc.com/en-us/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "STAGE SB Extension",
    "description": "This extension is for SB users.",
    "version": "1.4.5",
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "js\/Dom.js",
                "js\/ProfileDataProvider.js",
                "js\/envConfig.js",
                "js\/config.js",
                "js\/helpers.js",
                "js\/common.js",
                "js\/panelRenderers.js",
                "js\/popoverRenderers.js",
                "js\/dictionariesProvider.js",
                "js\/main.js",
                "js\/selectboxInput.js"
            ],
            "css": [
                "css\/loader.css",
                "css\/common.css",
                "css\/popover.css",
                "css\/panel.css",
                "css\/toggleSwitch.css",
                "css\/selectboxInput.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/logo16.png"
        },
        "default_title": "SB plugin"
    },
    "background": {
        "service_worker": "js\/eventPage.js"
    },
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "permissions": [
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/linkedin.com\/*",
            "https:\/\/vmdsb.projects.local\/*",
            "https:\/\/ssb-test.azurewebsites.net\/*",
            "https:\/\/vmssbfront.softservecom.com\/*",
            "https:\/\/staffing-board.softserveinc.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*.png",
                "\/img\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}