Paisa Bachau

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

什麼是Paisa Bachau?

Paisa Bachau是由devmilanmahat開發的Chrome擴展程式,該擴展的主要功能是“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

下載Paisa Bachau擴展crx文件

下載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
官方網址 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"
        }
    ]
}