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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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