SageSure Flash Enabler
Automatically enables flash on the SageSure Agent Portal (Only).
SageSure Flash Enabler là gì?
SageSure 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 SageSure Agent Portal (Only).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SageSure Flash Enabler
Tải xuống các tệp mở rộng SageSure 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
SageSure Flash Enabler
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SageSure Flash Enabler |
ID | dbhkpibloniaemkipklamlepffjihaom |
URL Chính Thức | https://chromewebstore.google.com/detail/sagesure-flash-enabler/dbhkpibloniaemkipklamlepffjihaom |
Mô tả | Automatically enables flash on the SageSure Agent Portal (Only). |
Kích Thước Tệp | 67.19 KB |
Số Lần Cài Đặt | 3,947 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2019-10-23 |
Ngày Phát Hành | 2019-10-23 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | icgtools |
[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.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 } |