iGPlus
Enhance your iGPmanager experience
iGPlusคืออะไร?
iGPlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RoboTo และคุณลักษณะหลักของมันคือ "Enhance your iGPmanager experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iGPlus
ดาวน์โหลดไฟล์ส่วนขยาย iGPlus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enhances your IGP Manager experience by providing useful information and shortcuts at your fingertips. NOTE: iGPlus is developed independently and is not officially endorsed by or affiliated with igpmanager.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | iGPlus |
ID | onlpmknkfokbdljeekgdjjnfekehfdfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/igplus/onlpmknkfokbdljeekgdjjnfekehfdfh |
คำอธิบาย | Enhance your iGPmanager experience |
ขนาดไฟล์ | 4.73 MB |
จำนวนการติดตั้ง | 652 |
เวอร์ชันปัจจุบัน | 1.5.24 |
อัปเดตครั้งล่าสุด | 2024-02-21 |
วันที่เผยแพร่ | 2022-09-27 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | RoboTo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iGPlus", "version": "1.5.24", "description": "Enhance your iGPmanager experience", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnUe8HeNjRMPeZa7maP\/SFuVuN9d8Zi\/76LVeI5lv5ycUwvz6vATphN42paO61NNzxcuGKWFhq59yIwS145zbUTEuErt4g6shq10rn62pkagkmQc3JnVz\/ZiB95N81ljsuyXwI5HUtYkeHdMdduhYnQNE0ZPF24+ybcEDfDASnfMOqgxnajKNEAk4DKp33yX5Qb0xPfOd8p40cm1esMMwtIlO3GAf4QCRFirXqPqvgjkMLFwnFivIKAHywTKLnn9+ELhLXvDIoi4ZmdWgRhyqaFoDJtkef\/YWbk4XIt30efdSejzViviLcfK6O+I1\/+zIhEFpYthj5GqAhuwxdelROQIDAQAB", "permissions": [ "tabs", "storage", "scripting" ], "action": { "default_icons": { "128": "images\/Icon128.png" }, "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "host_permissions": [ "*:\/\/igpmanager.com\/*" ], "icons": { "128": "images\/Icon128.png" }, "web_accessible_resources": [ { "matches": [ "*:\/\/igpmanager.com\/*" ], "resources": [ "*.png", "*.PNG", "*.svg", "*.css", "*.js" ] } ] } |