Paisa Bachau

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

Cos'è Paisa Bachau?

Paisa Bachau è un'estensione di Chrome sviluppata da devmilanmahat, e la sua funzione principale è "Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Paisa Bachau

Scarica i file di estensione Paisa Bachau in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Paisa Bachau Paisa Bachau
ID acmloocogmpcjakjklolmgiebhoeagco
URL Ufficiale https://chromewebstore.google.com/detail/paisa-bachau/acmloocogmpcjakjklolmgiebhoeagco
Descrizione Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser.
Dimensione del File 65.07 KB
Conteggio Installazioni 207
Versione Corrente 4.1
Ultimo Aggiornamento 2023-06-05
Data di Pubblicazione 2023-05-18
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore devmilanmahat
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/paisabachau
Lingue Supportate 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"
        }
    ]
}