Gosuslugi Autofill

Autofills data for gosuslugi.ru from file with data

Hvad er Gosuslugi Autofill?

Gosuslugi Autofill er en Chrome-udvidelse udviklet af liastre, og dens hovedfunktion er "Autofills data for gosuslugi.ru from file with data".

Udvidelsesskærmbilleder

screenshot

Download Gosuslugi Autofill-udvidelses-CRX-fil

Download Gosuslugi Autofill-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Помощник для заполнения сайта госуслуги (gosuslugi.ru). Данное расширение автоматически заполняет поля на сайте госуслуг из файла с данными в формате JSON. Формат данных можно найти нажав на иконку расширения, во вкладке "Формат".

Возможности расширения:
  • Объекты управления → Перечни работ и услуг → Фиксация работ и услуг                    

Grundlæggende oplysninger om udvidelsen

Navn Gosuslugi Autofill Gosuslugi Autofill
ID pcpddmeglhedjeedfglodbfkcagcnjfb
Officiel URL https://chromewebstore.google.com/detail/gosuslugi-autofill/pcpddmeglhedjeedfglodbfkcagcnjfb
Beskrivelse Autofills data for gosuslugi.ru from file with data
Filstørrelse 39.96 KB
Antal Installationer 5,540
Nuværende Version 0.10.4
Senest Opdateret 2022-05-28
Udgivelsesdato 2019-08-17
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler liastre
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://my.dom.gosuslugi.ru
URL til Fortrolighedspolitik Side https://policies.google.com/privacy
Understøttede Sprog 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"
    ]
}