Prey
Prey for Chrome OS
Prey란 무엇입니까?
Prey은(는) https://preyproject.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prey for Chrome OS"입니다.
확장 프로그램 스크린샷
Prey 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Meet Prey for Chromebooks, the security tool you need to stay in control of your remote assets and their data. Now available for Chrome OS laptops to be prepared if your devices get stolen, are breached or go missing. Prey is the industry-leading device tracking & security solution with over 10 years of experience locating lost phones, laptops, and tablets. Available for Android, iOS, Windows, Ubuntu, macOS and now Chrome OS for Chromebook laptops. Harness the ability to manage all your devices under a single account from our online panel. Over 7 million users trust us on all covered platforms. CREATED FOR CHROMEBOOK DEVICES This is a Chromebook specific application compatible with all native Chrome OS laptops. Make sure you get the best user experience: we recommend you install our app through your Google Admin Console. This will allow you to deploy Prey remotely and set it up for multiple users on the same device (and also multiple users across multiple devices). If the app is not installed from Google Admin, when you switch users in your device, the client will be uninstalled. AVAILABLE FEATURES Let’s say you already have a Prey account (that’s right, you will need one!). Once you’ve installed the app on your Chromebook laptops you’ll be ready to enjoy the following set of features: ►Create and manage geofences with Control Zones ►Locate devices on demand ►Remotely trigger Alerts and Alarms in your devices ►Lock the device’s browser ►Receive missing reports (screenshots, location, Chrome information) To learn more about how to install our app for Chromebooks using Google Admin Console, please visit our comprehensive step-by-step installation guide. ABOUT PREY Our company was born in Chile as the result of an actual theft when the founder’s laptop was stolen. Our innovative anti-theft app became the industry standard and since then we have worked hard to give our users a wide range of features and a more robust solution. We have become a global brand, and today we offer a persistent device tracking & security service to efficiently guard and protect your devices and data. INTERESTED IN KEEPING UP WITH OUR NEWS? Let’s talk more on: ✔Twitter: http://www.twitter.com/preyproject ✔Facebook: http://www.facebook.com/preyproject ✔Community: https://community.preyproject.com/ Still unsure if Prey’s for you? Don’t take our word, take a look at some of our recovery stories: https://preyproject.com/blog/en/recovery-stories Your privacy and mobile security are our top concern, that’s why we work with OPEN SOURCE code. Your personal information and data is only retrieved or used when requested. Terms and Conditions: https://www.preyproject.com/terms
확장 프로그램 기본 정보
이름 | |
ID | bedapafeedkekkljdlajkknlnhingcop |
공식 URL | https://chromewebstore.google.com/detail/prey/bedapafeedkekkljdlajkknlnhingcop |
설명 | Prey for Chrome OS |
파일 크기 | 1.62 MB |
설치 횟수 | 4,370 |
현재 버전 | 4.5.3 |
최근 업데이트 | 2023-10-21 |
출시 날짜 | 2020-06-03 |
평점 | 2.67/5 총 3 개의 평점 |
개발자 | https://preyproject.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://preyproject.com |
도움말 페이지 URL | https://help.preyproject.com |
개인정보 보호 정책 페이지 URL | https://www.preyproject.com/privacy |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "default_popup": "popup.html", "default_title": "Prey" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "foreground.js" ], "matches": [ "https:\/\/preyproject.com\/*", "https:\/\/panel.preyproject.com\/*" ] } ], "default_locale": "en", "description": "Prey for Chrome OS", "host_permissions": [ "https:\/\/panel.preyproject.com\/*", "https:\/\/solid.preyproject.com\/*" ], "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 3, "minimum_chrome_version": "96", "name": "Prey", "permissions": [ "alarms", "background", "nativeMessaging", "notifications", "storage", "tabs", "enterprise.deviceAttributes", "geolocation" ], "version": "4.5.3" } |