Pasaley
Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.
Qu'est-ce que Pasaley ?
Pasaley est une extension Chrome développée par Shake Nep, et sa fonction principale est "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pasaley
Téléchargez les fichiers d'extension Pasaley 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
Ever wonder if you are getting the best price for something online? Not anymore, with Pasaley you can directly compare the offerings of hamrobazaar with daraz and choose the most convinient option. Pasaley also has an inbuilt daraz price tracker. Pasaley is the swiss army knife of online shopping in Nepal.
Informations de Base sur l'Extension
Nom | Pasaley |
ID | bfnanpnikodnmncpnhdolkjdpjkkhlce |
URL Officiel | https://chromewebstore.google.com/detail/pasaley/bfnanpnikodnmncpnhdolkjdpjkkhlce |
Description | Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz. |
Taille du Fichier | 135 KB |
Nombre d'Installations | 4,065 |
Version Actuelle | 0.2.5 |
Dernière Mise à Jour | 2023-12-30 |
Date de Publication | 2022-04-27 |
Évaluation | 4.57/5 Total 21 Évaluations |
Développeur | Shake Nep |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://shakenep.com |
URL de la Page d'Aide | https://shakenep.com |
URL de la Page de Politique de Confidentialité | https://www.freeprivacypolicy.com/live/9fdd847c-0304-44ca-a345-13e641689914 |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pasaley", "version": "0.2.5", "description": "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.", "content_scripts": [ { "matches": [ "https:\/\/www.daraz.com.np\/products\/*" ], "js": [ "config.js", "apexcharts.js", "utils.js", "index.js" ], "css": [ "index.css" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/www.daraz.com.np\/*" ], "js": [ "injector.js" ], "css": [], "run_at": "document_idle" }, { "matches": [ "https:\/\/www.daraz.com.np\/*" ], "js": [ "interceptorInjector.js" ], "css": [], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "helper.js", "interceptor.js" ], "matches": [ "https:\/\/www.daraz.com.np\/*" ] } ] } |