Missing Shop
Provides different shopping options if the online store the user is trying to find is missing.
Missing Shopคืออะไร?
Missing Shop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Provides different shopping options if the online store the user is trying to find is missing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Missing Shop
ดาวน์โหลดไฟล์ส่วนขยาย Missing Shop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides the user different searched options if the online store they are navigating generates missing errors, such as a 404 error.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Missing Shop |
ID | jnlmbbdhfoeohfmbddlchdlfknmpmpea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea |
คำอธิบาย | Provides different shopping options if the online store the user is trying to find is missing. |
ขนาดไฟล์ | 8.33 KB |
จำนวนการติดตั้ง | 12,013 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-04-22 |
วันที่เผยแพร่ | 2022-04-22 |
คะแนน | 4.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Unknown |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://missing-shop.com |
URL หน้าช่วยเหลือ | https://missing-shop.com/?a=about |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Matt H", "name": "Missing Shop", "short_name": "Missing Shop", "homepage_url": "https:\/\/missing-shop.com", "description": "Provides different shopping options if the online store the user is trying to find is missing.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |