SFR Cybersécurité - Password
Never forget a password again! SFR Cybersécurité - Password will make your life easier and passwords safer.
Co je SFR Cybersécurité - Password?
SFR Cybersécurité - Password je rozšíření Chrome vyvinuté sfrcybersecurite.web.extensions, a jeho hlavní funkcí je „Never forget a password again! SFR Cybersécurité - Password will make your life easier and passwords safer.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SFR Cybersécurité - Password
Stáhněte si soubory rozšíření SFR Cybersécurité - Password ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
N'oubliez plus jamais vos mots de passe ! SFR Cybersécurité Password pour une vie plus simple et des mots de passe plus sûrs. Základní Informace o Rozšíření
| Název | |
| ID | pmncbhbcmjgnhnofbgffhhljkmbejbia |
| Oficiální URL | https://chromewebstore.google.com/detail/sfr-cybers%C3%A9curit%C3%A9-passwor/pmncbhbcmjgnhnofbgffhhljkmbejbia |
| Popis | Never forget a password again! SFR Cybersécurité - Password will make your life easier and passwords safer. |
| Velikost souboru | 5.56 MB |
| Počet instalací | 8,293 |
| Aktuální Verze | 1.1.2 |
| Poslední Aktualizace | 2023-03-31 |
| Datum Vydání | 2021-10-13 |
| Hodnocení | 2.00/5 Celkem 4 Hodnocení |
| Vývojář | sfrcybersecurite.web.extensions |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://www.sfr.fr/options/sfr-cybersecurite |
| URL Stránky Zásad Ochrany Soukromí | https://www.sfr.fr/options/sfr-cybersecurite/politique-confidentialite |
| Podporované Jazyky | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SFR Cybers\u00e9curit\u00e9 - Password",
"short_name": "SFR Cybers\u00e9curit\u00e9",
"description": "Never forget a password again! SFR Cybers\u00e9curit\u00e9 - Password will make your life easier and passwords safer.",
"version": "1.1.2",
"author": "SFR",
"homepage_url": "https:\/\/www.sfrbusiness.fr\/",
"background": {
"service_worker": "src\/background\/service-worker-wrapper.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"src\/forge\/forge.js",
"src\/content_scripts\/content-script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"icons": {
"16": "src\/images\/icons\/icon-16.png",
"48": "src\/images\/icons\/icon-48.png",
"128": "src\/images\/icons\/icon-128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"tabs",
"browsingData",
"storage",
"cookies",
"unlimitedStorage",
"clipboardWrite",
"bookmarks"
],
"optional_permissions": [
"contextMenus",
"privacy"
],
"action": {
"default_icon": {
"128": "src\/images\/icons\/icon-128.png"
},
"default_popup": "src\/ui\/index.html",
"default_title": "SFR Cybers\u00e9curit\u00e9 - Password"
},
"host_permissions": [
" | |