Beamery Extension
Easily source connections into Beamery from any webpage
Beamery Extension란 무엇입니까?
Beamery Extension은(는) Beamery Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily source connections into Beamery from any webpage"입니다.
확장 프로그램 스크린샷
Beamery Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Beamery Candidate Engagement Extension makes it easy to source or view candidate profiles on any website, and sync them to your Beamery account. You can add and engage with candidates directly from the extension by adding them to multi-touch personalised email campaigns. We’re excited to hear how you’ll put Beamery to use. Let us know on twitter @beameryhq , or at [email protected], and we'd be happy to answer any questions.
확장 프로그램 기본 정보
이름 | Beamery Extension |
ID | nmdenlkgkkgncmibclhckkhclilpfjap |
공식 URL | https://chromewebstore.google.com/detail/beamery-extension/nmdenlkgkkgncmibclhckkhclilpfjap |
설명 | Easily source connections into Beamery from any webpage |
파일 크기 | 9.76 MB |
설치 횟수 | 9,752 |
현재 버전 | 8.33.10 |
최근 업데이트 | 2024-02-19 |
출시 날짜 | 2020-06-18 |
평점 | 3.00/5 총 13 개의 평점 |
개발자 | Beamery Extensions |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.beamery.com |
개인정보 보호 정책 페이지 URL | https://beamery.com/policy/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "8.33.10", "name": "Beamery Extension", "author": "Beamery", "description": "Easily source connections into Beamery from any webpage", "manifest_version": 3, "icons": { "128": "images\/beamery.png" }, "action": { "default_icon": "images\/beamery.png", "default_title": "Beamery" }, "background": { "service_worker": "serviceWorker.js" }, "permissions": [ "cookies", "storage", "activeTab", "downloads", "scripting" ], "host_permissions": [ "https:\/\/*.beamery.com\/*", "https:\/\/*.beamery.eu\/*", "https:\/\/*.beamery.ru\/*", "https:\/\/*.beamery.engineer\/*", "https:\/\/*.linkedin.com\/*" ], "web_accessible_resources": [ { "resources": [ "js\/*", "images\/*", "font\/**\/*", "beameryExtensionWrapper.html", "beameryExtensionNewWrapper.html", "extensionSwitchLoading.html" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |