STAGE SB Extension

This extension is for SB users.

什麼是STAGE SB Extension?

STAGE SB Extension是由sboard.dev開發的Chrome擴展程式,該擴展的主要功能是“This extension is for SB users.”。

擴展截圖

screenshot

下載STAGE SB Extension擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}