Boxberry Password Autocomplete
Устраняет проблему с подстановкой и сохранением пароля при входе в ЛК ПВЗ Boxberry.
Wat is Boxberry Password Autocomplete?
Boxberry Password Autocomplete is een Chrome-extensie ontwikkeld door TMV, en de belangrijkste functie is "Устраняет проблему с подстановкой и сохранением пароля при входе в ЛК ПВЗ Boxberry.".
Extensie Screenshots
Download het CRX-bestand van de extensie Boxberry Password Autocomplete
Download Boxberry Password Autocomplete-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Устраняет проблему с подстановкой и сохранением пароля при входе в ЛК ПВЗ Boxberry. Включает автозаполнение логина и пароля. Basisinformatie over de Extensie
| Naam | |
| ID | cfcancecjcjacdkocfngoogmjbimlani |
| Officiële URL | https://chromewebstore.google.com/detail/boxberry-password-autocom/cfcancecjcjacdkocfngoogmjbimlani |
| Beschrijving | Устраняет проблему с подстановкой и сохранением пароля при входе в ЛК ПВЗ Boxberry. |
| Bestandsgrootte | 17.08 KB |
| Aantal Installaties | 351 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2023-01-22 |
| Publicatiedatum | 2023-01-22 |
| Ontwikkelaar | TMV |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Boxberry Password Autocomplete",
"version": "1.0.0",
"description": "\u0423\u0441\u0442\u0440\u0430\u043d\u044f\u0435\u0442 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0441 \u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u043e\u0439 \u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u043c \u043f\u0430\u0440\u043e\u043b\u044f \u043f\u0440\u0438 \u0432\u0445\u043e\u0434\u0435 \u0432 \u041b\u041a \u041f\u0412\u0417 Boxberry.",
"author": "unknown",
"icons": {
"128": "icons\/icon-128.png",
"64": "icons\/icon-64.png",
"48": "icons\/icon-48.png",
"32": "icons\/icon-32.png",
"16": "icons\/icon-16.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/spvz.boxberry.ru\/*",
"*:\/\/spvz.boxberry.de\/*"
],
"js": [
"js\/content.js"
],
"run_at": "document_end"
}
]
} | |