Pasaley
Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.
Pasaleyคืออะไร?
Pasaley เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shake Nep และคุณลักษณะหลักของมันคือ "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pasaley
ดาวน์โหลดไฟล์ส่วนขยาย Pasaley ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever wonder if you are getting the best price for something online? Not anymore, with Pasaley you can directly compare the offerings of hamrobazaar with daraz and choose the most convinient option. Pasaley also has an inbuilt daraz price tracker. Pasaley is the swiss army knife of online shopping in Nepal.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pasaley |
ID | bfnanpnikodnmncpnhdolkjdpjkkhlce |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pasaley/bfnanpnikodnmncpnhdolkjdpjkkhlce |
คำอธิบาย | Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz. |
ขนาดไฟล์ | 135 KB |
จำนวนการติดตั้ง | 4,065 |
เวอร์ชันปัจจุบัน | 0.2.5 |
อัปเดตครั้งล่าสุด | 2023-12-30 |
วันที่เผยแพร่ | 2022-04-27 |
คะแนน | 4.57/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | Shake Nep |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://shakenep.com |
URL หน้าช่วยเหลือ | https://shakenep.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freeprivacypolicy.com/live/9fdd847c-0304-44ca-a345-13e641689914 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pasaley", "version": "0.2.5", "description": "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.", "content_scripts": [ { "matches": [ "https:\/\/www.daraz.com.np\/products\/*" ], "js": [ "config.js", "apexcharts.js", "utils.js", "index.js" ], "css": [ "index.css" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/www.daraz.com.np\/*" ], "js": [ "injector.js" ], "css": [], "run_at": "document_idle" }, { "matches": [ "https:\/\/www.daraz.com.np\/*" ], "js": [ "interceptorInjector.js" ], "css": [], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "helper.js", "interceptor.js" ], "matches": [ "https:\/\/www.daraz.com.np\/*" ] } ] } |