fillUp Formularze - dodatek

Dodatek umożliwia zapisywanie danych programu fillUp w pamięci dodatku oraz wyszukiwanie formularzy fillUp Formularze w Google

Hvad er fillUp Formularze - dodatek?

fillUp Formularze - dodatek er en Chrome-udvidelse udviklet af https://secure.fillup.pl, og dens hovedfunktion er "Dodatek umożliwia zapisywanie danych programu fillUp w pamięci dodatku oraz wyszukiwanie formularzy fillUp Formularze w Google".

Udvidelsesskærmbilleder

screenshot

Download fillUp Formularze - dodatek-udvidelses-CRX-fil

Download fillUp Formularze - dodatek-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

                        Dodatek do przeglądarki umożliwiający:
- zapis danych programów e-pity i fillUp w wewnętrznej dodatkowej pamięci dodatku, dzięki czemu wyczyszczenie cache przeglądarki nie spowoduje usunięcia danych deklaracji
- dodatkowe wyszukiwanie formularzy w e-pity i fillUp w wyszukiwarce Google                    

Grundlæggende oplysninger om udvidelsen

Navn fillUp Formularze - dodatek fillUp Formularze - dodatek
ID nlnpeeaafijaebcdgkdeojkpnkfkjdnh
Officiel URL https://chromewebstore.google.com/detail/fillup-formularze-dodatek/nlnpeeaafijaebcdgkdeojkpnkfkjdnh
Beskrivelse Dodatek umożliwia zapisywanie danych programu fillUp w pamięci dodatku oraz wyszukiwanie formularzy fillUp Formularze w Google
Filstørrelse 30.66 KB
Antal Installationer 80,260
Nuværende Version 2.1.6
Senest Opdateret 2021-04-22
Udgivelsesdato 2019-09-03
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://secure.fillup.pl
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "fillUp Formularze - dodatek",
    "author": "e-file sp. z o.o. sp. k.",
    "version": "2.1.6",
    "manifest_version": 2,
    "description": "Dodatek umo\u017cliwia zapisywanie danych programu fillUp w pami\u0119ci dodatku oraz wyszukiwanie formularzy fillUp Formularze w Google",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/apiChrome.js",
            "js\/api.js",
            "js\/dbutil.js",
            "js\/background.js",
            "js\/bgChrome.js",
            "lib\/mutationobserver.min.js",
            "js\/twojepitBackground.js"
        ]
    },
    "minimum_chrome_version": "26.0.0.0",
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/e-pity.pl\/*",
        "https:\/\/www.e-pity.pl\/*",
        "https:\/\/fillup.pl\/*",
        "https:\/\/www.fillup.pl\/*",
        "https:\/\/www.google.pl\/*",
        "https:\/\/www.google.com\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/actions\/1.png",
        "default_title": "fillUp Formularze - dodatek",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.pl\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/secure.fillup.pl\/*",
                "https:\/\/secure.e-pity.pl\/*",
                "https:\/\/e-pity.pl\/*",
                "https:\/\/www.e-pity.pl\/*"
            ],
            "js": [
                "js\/apiChrome.js",
                "js\/api.js",
                "js\/dbutil.js",
                "js\/extension.js",
                "js\/google.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}