Gosuslugi Autofill
Autofills data for gosuslugi.ru from file with data
What is Gosuslugi Autofill?
Gosuslugi Autofill is a Chrome extension developed by liastre, and its main feature is "Autofills data for gosuslugi.ru from file with data".
Extension Screenshots
Download Gosuslugi Autofill Extension CRX File
Download Gosuslugi Autofill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Помощник для заполнения сайта госуслуги (gosuslugi.ru). Данное расширение автоматически заполняет поля на сайте госуслуг из файла с данными в формате JSON. Формат данных можно найти нажав на иконку расширения, во вкладке "Формат". Возможности расширения: • Объекты управления → Перечни работ и услуг → Фиксация работ и услуг
Extension Basic Information
Name | Gosuslugi Autofill |
ID | pcpddmeglhedjeedfglodbfkcagcnjfb |
Official URL | https://chromewebstore.google.com/detail/gosuslugi-autofill/pcpddmeglhedjeedfglodbfkcagcnjfb |
Description | Autofills data for gosuslugi.ru from file with data |
File Size | 39.96 KB |
Installation Count | 5,540 |
Current Version | 0.10.4 |
Last Updated | 2022-05-28 |
Publish Date | 2019-08-17 |
Rating | 4.33/5 Total 3 Ratings |
Developer | liastre |
[email protected] | |
Payment Type | free |
Extension Website | https://my.dom.gosuslugi.ru |
Privacy Policy Page URL | https://policies.google.com/privacy |
Supported Languages | 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" ] } |