Gosuslugi Autofill
Autofills data for gosuslugi.ru from file with data
Was ist Gosuslugi Autofill?
Gosuslugi Autofill ist eine Chrome-Erweiterung, die von liastre entwickelt wurde, und ihr Hauptmerkmal ist "Autofills data for gosuslugi.ru from file with data".
Erweiterungsscreenshots
Gosuslugi Autofill-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gosuslugi Autofill-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Помощник для заполнения сайта госуслуги (gosuslugi.ru). Данное расширение автоматически заполняет поля на сайте госуслуг из файла с данными в формате JSON. Формат данных можно найти нажав на иконку расширения, во вкладке "Формат".
Возможности расширения:
• Объекты управления → Перечни работ и услуг → Фиксация работ и услуг Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pcpddmeglhedjeedfglodbfkcagcnjfb |
| Offizielle URL | https://chromewebstore.google.com/detail/gosuslugi-autofill/pcpddmeglhedjeedfglodbfkcagcnjfb |
| Beschreibung | Autofills data for gosuslugi.ru from file with data |
| Dateigröße | 39.96 KB |
| Installationsanzahl | 5,540 |
| Aktuelle Version | 0.10.4 |
| Letztes Update | 2022-05-28 |
| Veröffentlichungsdatum | 2019-08-17 |
| Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
| Entwickler | liastre |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://my.dom.gosuslugi.ru |
| URL der Datenschutzrichtlinien-Seite | https://policies.google.com/privacy |
| Unterstützte Sprachen | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gosuslugi Autofill",
"version": "0.10.4",
"description": "Autofills data for gosuslugi.ru from file with data",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_title": "Gosuslugi Autofill",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"apply_content.js"
],
"matches": [
"https:\/\/*.dom.gosuslugi.ru\/*"
]
}
],
"web_accessible_resources": [
"content.js",
"form_autofiller_base.js",
"utils.js",
"settings.js",
"images\/*.png"
]
} | |