fillUp Formularze - dodatek

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

Wat is fillUp Formularze - dodatek?

fillUp Formularze - dodatek is een Chrome-extensie ontwikkeld door https://secure.fillup.pl, en de belangrijkste functie is "Dodatek umożliwia zapisywanie danych programu fillUp w pamięci dodatku oraz wyszukiwanie formularzy fillUp Formularze w Google".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie fillUp Formularze - dodatek

Download fillUp Formularze - dodatek-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam fillUp Formularze - dodatek fillUp Formularze - dodatek
ID nlnpeeaafijaebcdgkdeojkpnkfkjdnh
Officiële URL https://chromewebstore.google.com/detail/fillup-formularze-dodatek/nlnpeeaafijaebcdgkdeojkpnkfkjdnh
Beschrijving Dodatek umożliwia zapisywanie danych programu fillUp w pamięci dodatku oraz wyszukiwanie formularzy fillUp Formularze w Google
Bestandsgrootte 30.66 KB
Aantal Installaties 80,260
Huidige Versie 2.1.6
Laatst Bijgewerkt 2021-04-22
Publicatiedatum 2019-09-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://secure.fillup.pl
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}