Selligence
The official extension of Selligence
Selligence란 무엇입니까?
Selligence은(는) https://selligence.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The official extension of Selligence"입니다.
확장 프로그램 스크린샷
Selligence 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
See business profile information as you browse business websites. See up to date news about the business, current vacancies and obtain contact information. Also integrates with LinkedIn to provide contact information from Selligence as you view people you know.
확장 프로그램 기본 정보
이름 | Selligence |
ID | gapinammljlbicnbdehdllnkmajpaghc |
공식 URL | https://chromewebstore.google.com/detail/selligence/gapinammljlbicnbdehdllnkmajpaghc |
설명 | The official extension of Selligence |
파일 크기 | 782 KB |
설치 횟수 | 667 |
현재 버전 | 1.20.5 |
최근 업데이트 | 2024-01-02 |
출시 날짜 | 2022-05-12 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://selligence.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://selligence.com |
도움말 페이지 URL | https://www.selligence.com/resources/help-centre/ |
개인정보 보호 정책 페이지 URL | https://www.talentticker.ai/privacy-policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "description": "The official extension of Selligence", "name": "Selligence", "version": "1.20.5", "version_name": "1.20.5", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.index.tsx-7d90ec21-6fb324e3.js", "assets\/content-script-loader.bullhorn.tsx-1f8a1df3-66d6c8fd.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/selligence\/favicon-16x16.png", "32": "assets\/images\/selligence\/favicon-32x32.png" } }, "icons": { "16": "assets\/images\/selligence\/favicon-16x16.png", "48": "assets\/images\/selligence\/android-chrome-512x512.png" }, "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/index-89d67546.js", "assets\/SelligenceLogo-3bbbe293.js", "assets\/ThemeProvider-5ddf6415.js", "assets\/index-9e9478e5.js", "assets\/index-a41390e1.js", "assets\/index.tsx-7d90ec21.js", "assets\/bullhorn.tsx-1f8a1df3.js" ], "use_dynamic_url": true } ] } |