Lenovo Smart Privacy Services

Take control of your privacy

Cos'è Lenovo Smart Privacy Services?

Lenovo Smart Privacy Services è un'estensione di Chrome sviluppata da Lenovo, e la sua funzione principale è "Take control of your privacy".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lenovo Smart Privacy Services

Scarica i file di estensione Lenovo Smart Privacy Services in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lenovo Smart Privacy Services Lenovo Smart Privacy Services
ID aemlekaockallgcpnlghnfeabbemnjbf
URL Ufficiale https://chromewebstore.google.com/detail/lenovo-smart-privacy-serv/aemlekaockallgcpnlghnfeabbemnjbf
Descrizione Take control of your privacy
Dimensione del File 4.8 MB
Conteggio Installazioni 2,256
Versione Corrente 2.1.5
Ultimo Aggiornamento 2023-04-20
Data di Pubblicazione 2021-07-22
Sviluppatore Lenovo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.lenovo.com/
URL della Pagina di Aiuto https://support.lenovo.com/
Lingue Supportate 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 * "
}