Pasaley
Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.
Co to jest Pasaley?
Pasaley to rozszerzenie Chrome opracowane przez Shake Nep, a jego główną funkcją jest „Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pasaley
Pobierz pliki rozszerzeń Pasaley w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Pasaley |
ID | bfnanpnikodnmncpnhdolkjdpjkkhlce |
Oficjalny URL | https://chromewebstore.google.com/detail/pasaley/bfnanpnikodnmncpnhdolkjdpjkkhlce |
Opis | Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz. |
Rozmiar pliku | 135 KB |
Liczba instalacji | 4,065 |
Aktualna Wersja | 0.2.5 |
Ostatnia Aktualizacja | 2023-12-30 |
Data Publikacji | 2022-04-27 |
Ocena | 4.57/5 Łącznie 21 Oceny |
Deweloper | Shake Nep |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://shakenep.com |
Adres URL Strony Pomocy | https://shakenep.com |
Adres URL Strony Polityki Prywatności | https://www.freeprivacypolicy.com/live/9fdd847c-0304-44ca-a345-13e641689914 |
Obsługiwane Języki | 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\/*" ] } ] } |