LifeScope Browser Extension
Search and explore the internet of you
LifeScope Browser Extension란 무엇입니까?
LifeScope Browser Extension은(는) https://lifescope.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search and explore the internet of you"입니다.
확장 프로그램 스크린샷
LifeScope Browser Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhance the power of the LifeScope app by tracking your history on the websites that are important to you. LifeScope (https://lifescope.io) is a revolutionary personal data app that gives you unprecedented control and power over your personal digital data from all over the internet. LifeScope can be connected to many different data sources, and from each one it will pull the data that you authorize and gather it all in a single repository. Having all of this disparate data in one place makes it easy to search your personal digital history, share curated feeds with others, and so much more. This Chrome extension adds your browser history as another rich data source. You have full control over which sites it tracks and which ones it does not; if you only want to track a single site, then that's all it will do. The extension will parse your existing history for each site you add as well as track any future visits to those sites. NOTE: You must have a LifeScope account and be signed into LifeScope on the device for this extension to work as intended.
확장 프로그램 기본 정보
이름 | |
ID | eaoklpchfjppppddfainpaoimeknpaoa |
공식 URL | https://chrome.google.com/webstore/detail/lifescope-browser-extensi/eaoklpchfjppppddfainpaoimeknpaoa |
설명 | Search and explore the internet of you |
파일 크기 | 2.29 MB |
설치 횟수 | 24 |
현재 버전 | 1.4.0 |
최근 업데이트 | 2020-03-13 |
출시 날짜 | 2020-03-13 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://lifescope.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://lifescope.io |
도움말 페이지 URL | https://lifescope.io/learn |
개인정보 보호 정책 페이지 URL | https://lifescope.io/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LifeScope Browser Extension", "author": "LifeScope Labs", "description": "Search and explore the internet of you", "permissions": [ "*:\/\/*.lifescope.io\/", "cookies", "history", "storage", "tabs", "webNavigation" ], "version": "1.4.0", "manifest_version": 2, "icons": { "16": "icons\/favicon-16x16.png", "32": "icons\/android-chrome-36x36.png", "48": "icons\/android-chrome-48x48.png" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/favicon-16x16.png", "32": "icons\/android-chrome-36x36.png", "48": "icons\/android-chrome-48x48.png" }, "default_title": "LifeScope Browser Extension", "default_popup": "popup\/popup.html" } } |