WebTrails by Avast Labs
Get insights about yourself through your browsing history.
WebTrails by Avast Labs란 무엇입니까?
WebTrails by Avast Labs은(는) Avast Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get insights about yourself through your browsing history."입니다.
확장 프로그램 스크린샷
WebTrails by Avast Labs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Browsing History Reimagined Get insights about yourself through your browsing history. Avast History Viewer is 100% private. No data leaves your browser. No data is created or stored. Avast History Viewer gives you a graphical view of the browsing history stored in your Chrome browser. 7 views and analyses help you understand your online behavior: - Habits - Times, days, and months when you are most active online - Most active sites - Social - Top connections - Most used networks - Most active times and days - Search - Top interests - Top keywords - Videos - Most popular videos and service - Time on videos - Locations - Where your information is coming from - History - List of all visits - Security - major security leak events affecting sites you have visited - private information at risk due to unsecured connections By installing this extension to your browser, you confirm you read and agree to Avast's Privacy Policy (https://www.avast.com/privacy-policy) and End User License Agreement (https://www.avast.com/eula) which govern your download and use of the selected product. Avast is 100% committed to user privacy, and as part of this commitment has made the WebTrails source code available for inspection under a creative commons license on GitHub: https://github.com/avast/webtrails
확장 프로그램 기본 정보
이름 | WebTrails by Avast Labs |
ID | dpbbnpcoijgncncgkkfjibmhgaeflgaf |
공식 URL | https://chromewebstore.google.com/detail/webtrails-by-avast-labs/dpbbnpcoijgncncgkkfjibmhgaeflgaf |
설명 | Get insights about yourself through your browsing history. |
파일 크기 | 2.13 MB |
설치 횟수 | 2,169 |
현재 버전 | 0.6 |
최근 업데이트 | 2022-03-16 |
출시 날짜 | 2020-09-14 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | Avast Software |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.avast.com/products-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebTrails by Avast Labs", "description": "Get insights about yourself through your browsing history.", "manifest_version": 2, "offline_enabled": true, "version": "0.6", "permissions": [ "history" ], "icons": { "128": "icon.png" }, "browser_action": { "default_name": "WebTrails", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "default-src 'self' 'unsafe-eval'; img-src * 'self' data: https:; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/api.opencagedata.com\/" } |