Fednat Flash Enabler

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

Fednat Flash Enabler là gì?

Fednat Flash Enabler là một tiện ích mở rộng Chrome được phát triển bởi icgtools, và tính năng chính của nó là "Automatically enables flash on the FedNat Agent Portal (Only).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fednat Flash Enabler

Tải xuống các tệp mở rộng Fednat Flash Enabler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Enables Flash by Default.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fednat Flash Enabler Fednat Flash Enabler
ID mipdcbiknojmmjlimgiclopcmlkiiebd
URL Chính Thức https://chromewebstore.google.com/detail/fednat-flash-enabler/mipdcbiknojmmjlimgiclopcmlkiiebd
Mô tả Automatically enables flash on the FedNat Agent Portal (Only).
Kích Thước Tệp 66.32 KB
Số Lần Cài Đặt 2,091
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-03-28
Ngày Phát Hành 2019-03-28
Nhà Phát Triển icgtools
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}