fillUp Formularze - dodatek

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

Was ist fillUp Formularze - dodatek?

fillUp Formularze - dodatek ist eine Chrome-Erweiterung, die von https://secure.fillup.pl entwickelt wurde, und ihr Hauptmerkmal ist "Dodatek umożliwia zapisywanie danych programu fillUp w pamięci dodatku oraz wyszukiwanie formularzy fillUp Formularze w Google".

Erweiterungsscreenshots

screenshot

fillUp Formularze - dodatek-Erweiterungs-CRX-Datei herunterladen

Laden Sie fillUp Formularze - dodatek-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name fillUp Formularze - dodatek fillUp Formularze - dodatek
ID nlnpeeaafijaebcdgkdeojkpnkfkjdnh
Offizielle URL https://chromewebstore.google.com/detail/fillup-formularze-dodatek/nlnpeeaafijaebcdgkdeojkpnkfkjdnh
Beschreibung Dodatek umożliwia zapisywanie danych programu fillUp w pamięci dodatku oraz wyszukiwanie formularzy fillUp Formularze w Google
Dateigröße 30.66 KB
Installationsanzahl 80,260
Aktuelle Version 2.1.6
Letztes Update 2021-04-22
Veröffentlichungsdatum 2019-09-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://secure.fillup.pl
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}