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文件

下载Lenovo Smart Privacy Services扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 * "
}