STAGE SB Extension
This extension is for SB users.
STAGE SB Extension란 무엇입니까?
STAGE SB Extension은(는) sboard.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is for SB users."입니다.
확장 프로그램 스크린샷
STAGE SB Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |