Fednat Flash Enabler

Automatically enables flash on the FedNat Agent Portal (Only).

Co to jest Fednat Flash Enabler?

Fednat Flash Enabler to rozszerzenie Chrome opracowane przez icgtools, a jego główną funkcją jest „Automatically enables flash on the FedNat Agent Portal (Only).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fednat Flash Enabler

Pobierz pliki rozszerzeń Fednat Flash Enabler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Enables Flash by Default.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fednat Flash Enabler Fednat Flash Enabler
ID mipdcbiknojmmjlimgiclopcmlkiiebd
Oficjalny URL https://chromewebstore.google.com/detail/fednat-flash-enabler/mipdcbiknojmmjlimgiclopcmlkiiebd
Opis Automatically enables flash on the FedNat Agent Portal (Only).
Rozmiar pliku 66.32 KB
Liczba instalacji 2,091
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-03-28
Data Publikacji 2019-03-28
Deweloper icgtools
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "options_page": "options.html",
    "permissions": [
        "contentSettings"
    ],
    "icons": {
        "16": "extension_icon16.png"
    },
    "background": {
        "scripts": [
            "install.js"
        ],
        "persistent": false
    },
    "minimum_chrome_version": "16.0.912",
    "default_locale": "en",
    "manifest_version": 2
}