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 | 
| 官方網址 | 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
}  |  |