Lenovo Smart Privacy Services

Take control of your privacy

Lenovo Smart Privacy Services란 무엇입니까?

Lenovo Smart Privacy Services은(는) Lenovo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take control of your privacy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Lenovo Smart Privacy Services 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Lenovo Smart Privacy Services’ Vault feature and browser extension is more than a password manager. Apart from storing your logins, passwords, and credit card details in a vault with a synced browser extension that conveniently auto-fills your credentials in the browser, it also creates unique passwords allowing you to use a different password for each of your accounts without having to remember anything.                    

확장 프로그램 기본 정보

이름 Lenovo Smart Privacy Services Lenovo Smart Privacy Services
ID aemlekaockallgcpnlghnfeabbemnjbf
공식 URL https://chromewebstore.google.com/detail/lenovo-smart-privacy-serv/aemlekaockallgcpnlghnfeabbemnjbf
설명 Take control of your privacy
파일 크기 4.8 MB
설치 횟수 2,256
현재 버전 2.1.5
최근 업데이트 2023-04-20
출시 날짜 2021-07-22
개발자 Lenovo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.lenovo.com/
도움말 페이지 URL https://support.lenovo.com/
지원되는 언어 de,en,fr,nl,no,da,es,it,pt-BR,pt-PT,fi,sv,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5H7nxYHK7bz3\/F5tszRXBnrLQD\/Z\/rdIBL35KT7hjzT8qHJaBPN0\/\/NKA+pVx2KFZ1cljtLHti7SwnyJ5+YnyUmXMAJ2leE4yR4qlUAR1XglFIoqeqZC+hj2i\/Sm8w\/\/iMbumrKetlje1f8JTkcbwZVgSY0uNuGYClthy7nk1oj51gGe5oxe97Q4clyowHJHlR06O2QFEWkskPtnsiwCl4UAv6mC0xL+xlz60iiDtCnflqpTqmwm0XAwqh7fpWcLQV5DHXdUYHW3lpurXoe8qf8uygcQ88Gr+Sj2dsUY3QLXwJDzHgf+xvr8C9sBCe4mqUk1PAuX7bkWoczTqefhowIDAQAB",
    "manifest_version": 2,
    "name": "Lenovo Smart Privacy Services",
    "version": "2.1.5",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-app-16.png",
        "48": "images\/icon-app-48.png",
        "128": "images\/icon-app-128.png"
    },
    "background": {
        "scripts": [
            "js\/background-chrome.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "",
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "Lenovo Smart Privacy Services"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "alarms",
        "nativeMessaging",
        ""
    ],
    "incognito": "split",
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg",
        "fonts\/*.woff",
        "fonts\/*.woff2",
        "videos\/*.mp4",
        "_locales\/**\/*.json",
        "css\/**\/*.css"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "css\/page\/style.css"
            ],
            "js": [
                "js\/content-chrome.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; font-src * "
}