Paisa Bachau

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

What is Paisa Bachau?

Paisa Bachau is a Chrome extension developed by devmilanmahat, and its main feature is "Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Paisa Bachau Extension CRX File

Download Paisa Bachau extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Paisa Bachau Paisa Bachau
ID acmloocogmpcjakjklolmgiebhoeagco
Official URL https://chromewebstore.google.com/detail/paisa-bachau/acmloocogmpcjakjklolmgiebhoeagco
Description Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser.
File Size 65.07 KB
Installation Count 207
Current Version 4.1
Last Updated 2023-06-05
Publish Date 2023-05-18
Rating 5.00/5 Total 10 Ratings
Developer devmilanmahat
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/paisabachau
Supported Languages 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"
        }
    ]
}