Paisa Bachau
Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser.
Qu'est-ce que Paisa Bachau ?
Paisa Bachau est une extension Chrome développée par devmilanmahat, et sa fonction principale est "Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Paisa Bachau
Téléchargez les fichiers d'extension Paisa Bachau au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Paisa Bachau |
ID | acmloocogmpcjakjklolmgiebhoeagco |
URL Officiel | https://chromewebstore.google.com/detail/paisa-bachau/acmloocogmpcjakjklolmgiebhoeagco |
Description | Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser. |
Taille du Fichier | 65.07 KB |
Nombre d'Installations | 207 |
Version Actuelle | 4.1 |
Dernière Mise à Jour | 2023-06-05 |
Date de Publication | 2023-05-18 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | devmilanmahat |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/paisabachau |
Langues Prises en Charge | 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" } ] } |