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
官方網址 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 * "
}