SageSure Flash Enabler
Automatically enables flash on the SageSure Agent Portal (Only).
SageSure Flash Enablerคืออะไร?
SageSure Flash Enabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย icgtools และคุณลักษณะหลักของมันคือ "Automatically enables flash on the SageSure Agent Portal (Only)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SageSure Flash Enabler
ดาวน์โหลดไฟล์ส่วนขยาย SageSure Flash Enabler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SageSure Flash Enabler
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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 } |