Gosuslugi Autofill
Autofills data for gosuslugi.ru from file with data
Cos'è Gosuslugi Autofill?
Gosuslugi Autofill è un'estensione di Chrome sviluppata da liastre, e la sua funzione principale è "Autofills data for gosuslugi.ru from file with data".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gosuslugi Autofill
Scarica i file di estensione Gosuslugi Autofill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Помощник для заполнения сайта госуслуги (gosuslugi.ru). Данное расширение автоматически заполняет поля на сайте госуслуг из файла с данными в формате JSON. Формат данных можно найти нажав на иконку расширения, во вкладке "Формат". Возможности расширения: • Объекты управления → Перечни работ и услуг → Фиксация работ и услуг
Informazioni di Base sull'Estensione
Nome | Gosuslugi Autofill |
ID | pcpddmeglhedjeedfglodbfkcagcnjfb |
URL Ufficiale | https://chromewebstore.google.com/detail/gosuslugi-autofill/pcpddmeglhedjeedfglodbfkcagcnjfb |
Descrizione | Autofills data for gosuslugi.ru from file with data |
Dimensione del File | 39.96 KB |
Conteggio Installazioni | 5,540 |
Versione Corrente | 0.10.4 |
Ultimo Aggiornamento | 2022-05-28 |
Data di Pubblicazione | 2019-08-17 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | liastre |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://my.dom.gosuslugi.ru |
URL della Pagina della Politica sulla Privacy | https://policies.google.com/privacy |
Lingue Supportate | 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" ] } |