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
官方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"
        }
    ]
}