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
Eメール [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"
        }
    ]
}