SageSure Flash Enabler
Automatically enables flash on the SageSure Agent Portal (Only).
什么是SageSure Flash Enabler?
SageSure Flash Enabler是由icgtools开发的Chrome扩展程序,该扩展的主要功能是“Automatically enables flash on the SageSure Agent Portal (Only).”。
扩展截图
下载SageSure Flash Enabler扩展crx文件
下载SageSure Flash Enabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        SageSure Flash Enabler                     扩展基本信息
| 名称 |   |  
| ID | dbhkpibloniaemkipklamlepffjihaom | 
| 官方URL | https://chromewebstore.google.com/detail/sagesure-flash-enabler/dbhkpibloniaemkipklamlepffjihaom | 
| 简介 | Automatically enables flash on the SageSure Agent Portal (Only). | 
| 文件大小 | 67.19 KB | 
| 安装次数 | 3,947 | 
| 当前版本 | 1.0.2 | 
| 更新时间 | 2019-10-23 | 
| 上架时间 | 2019-10-23 | 
| 评分 | 5.00/5 共6次评分 | 
| 开发者 | icgtools | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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
}  |  |