SageSure Flash Enabler

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

What is SageSure Flash Enabler?

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

Extension Screenshots

screenshot

Download SageSure Flash Enabler Extension CRX File

Download SageSure 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

                        SageSure Flash Enabler                    

Extension Basic Information

Name SageSure Flash Enabler SageSure Flash Enabler
ID dbhkpibloniaemkipklamlepffjihaom
Official URL https://chromewebstore.google.com/detail/sagesure-flash-enabler/dbhkpibloniaemkipklamlepffjihaom
Description Automatically enables flash on the SageSure Agent Portal (Only).
File Size 67.19 KB
Installation Count 3,947
Current Version 1.0.2
Last Updated 2019-10-23
Publish Date 2019-10-23
Rating 5.00/5 Total 6 Ratings
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.2",
    "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
}