Paisa Bachau

Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser.

Paisa Bachauคืออะไร?

Paisa Bachau เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devmilanmahat และคุณลักษณะหลักของมันคือ "Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paisa Bachau

ดาวน์โหลดไฟล์ส่วนขยาย Paisa Bachau ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Looking to buy for something?

There are a lot of ecommerce websites where you can get the same product for a cheaper price. 

With the help of paisa bachau extension you can explore various products from various ecommerce platforms and the extension will help you to get the best deals!!

Version 4.1 update:
1. Now you can browse items from Daraz, Hamrobazzar, Sastodeal and Gyapu and get recommendations without needing to do anything.

2. You can also sort recommendations by vendor.

Future updates:
1. More websites will be added.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Paisa Bachau Paisa Bachau
ID acmloocogmpcjakjklolmgiebhoeagco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/paisa-bachau/acmloocogmpcjakjklolmgiebhoeagco
คำอธิบาย Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser.
ขนาดไฟล์ 65.07 KB
จำนวนการติดตั้ง 207
เวอร์ชันปัจจุบัน 4.1
อัปเดตครั้งล่าสุด 2023-06-05
วันที่เผยแพร่ 2023-05-18
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา devmilanmahat
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/paisabachau
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Paisa Bachau",
    "version": "4.1",
    "description": "Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser.",
    "icons": {
        "128": "logo_128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.daraz.com.np\/*",
                "https:\/\/*.hamrobazaar.com\/*",
                "https:\/\/*.sastodeal.com\/*",
                "https:\/\/*.gyapu.com\/*"
            ],
            "js": [
                "google_analytics.js"
            ],
            "run_at": "document_end"
        }
    ]
}