Fednat Flash Enabler

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

What is Fednat Flash Enabler?

Fednat Flash Enabler is a Chrome extension developed by icgtools, and its main feature is "Automatically enables flash on the FedNat Agent Portal (Only).".

Extension Screenshots

screenshot

Download Fednat Flash Enabler Extension CRX File

Download Fednat Flash Enabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Enables Flash by Default.                    

Extension Basic Information

Name Fednat Flash Enabler Fednat Flash Enabler
ID mipdcbiknojmmjlimgiclopcmlkiiebd
Official URL https://chromewebstore.google.com/detail/fednat-flash-enabler/mipdcbiknojmmjlimgiclopcmlkiiebd
Description Automatically enables flash on the FedNat Agent Portal (Only).
File Size 66.32 KB
Installation Count 2,091
Current Version 1.0.0
Last Updated 2019-03-28
Publish Date 2019-03-28
Developer icgtools
Email [email protected]
Payment Type free
Supported Languages 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
}