Finding Solutions
New way to look up issues with down sites
Finding Solutionsคืออะไร?
Finding Solutions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lamy9175 และคุณลักษณะหลักของมันคือ "New way to look up issues with down sites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Finding Solutions
ดาวน์โหลดไฟล์ส่วนขยาย Finding Solutions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This will help users find a new website that have an error.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eocdmoobpaadeodfafldodlidmcehhfn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/finding-solutions/eocdmoobpaadeodfafldodlidmcehhfn |
คำอธิบาย | New way to look up issues with down sites |
ขนาดไฟล์ | 16.4 KB |
จำนวนการติดตั้ง | 12,532 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-06-08 |
วันที่เผยแพร่ | 2022-06-08 |
ผู้พัฒนา | lamy9175 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://finding-solutions.net/ |
URL หน้าช่วยเหลือ | https://finding-solutions.net/?a=about |
URL หน้านโยบายความเป็นส่วนตัว | https://www.finding-solutions.net?a=privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Greg P", "name": "Finding Solutions", "short_name": "finding solutions", "homepage_url": "https:\/\/finding-solutions.com", "description": "New way to look up issues with down sites", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |