Boxberry Password Autocomplete
Устраняет проблему с подстановкой и сохранением пароля при входе в ЛК ПВЗ Boxberry.
Qu'est-ce que Boxberry Password Autocomplete ?
Boxberry Password Autocomplete est une extension Chrome développée par TMV, et sa fonction principale est "Устраняет проблему с подстановкой и сохранением пароля при входе в ЛК ПВЗ Boxberry.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Boxberry Password Autocomplete
Téléchargez les fichiers d'extension Boxberry Password Autocomplete au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Устраняет проблему с подстановкой и сохранением пароля при входе в ЛК ПВЗ Boxberry. Включает автозаполнение логина и пароля.
Informations de Base sur l'Extension
Nom | Boxberry Password Autocomplete |
ID | cfcancecjcjacdkocfngoogmjbimlani |
URL Officiel | https://chromewebstore.google.com/detail/boxberry-password-autocom/cfcancecjcjacdkocfngoogmjbimlani |
Description | Устраняет проблему с подстановкой и сохранением пароля при входе в ЛК ПВЗ Boxberry. |
Taille du Fichier | 17.08 KB |
Nombre d'Installations | 351 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-01-22 |
Date de Publication | 2023-01-22 |
Développeur | TMV |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |