Pasaley
Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.
Vad är Pasaley?
Pasaley är en Chrome-tillägg utvecklad av Shake Nep, och dess huvudfunktion är "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.".
Tilläggsskärmbilder
Ladda ner Pasaley-förlängningens CRX-fil
Ladda ner Pasaley-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Pasaley |
ID | bfnanpnikodnmncpnhdolkjdpjkkhlce |
Officiell webbadress | https://chromewebstore.google.com/detail/pasaley/bfnanpnikodnmncpnhdolkjdpjkkhlce |
Beskrivning | Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz. |
Filstorlek | 135 KB |
Antal Installationer | 4,065 |
Aktuell Version | 0.2.5 |
Senast Uppdaterad | 2023-12-30 |
Publiceringsdatum | 2022-04-27 |
Betyg | 4.57/5 Totalt 21 Betyg |
Utvecklare | Shake Nep |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://shakenep.com |
Hjälpsida URL | https://shakenep.com |
URL till Sekretesspolicy Sidan | https://www.freeprivacypolicy.com/live/9fdd847c-0304-44ca-a345-13e641689914 |
Stödda Språk | 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\/*" ] } ] } |