Pasaley
Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.
什么是Pasaley?
Pasaley是由Shake Nep开发的Chrome扩展程序,该扩展的主要功能是“Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.”。
扩展截图
下载Pasaley扩展crx文件
下载Pasaley扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Pasaley |
ID | bfnanpnikodnmncpnhdolkjdpjkkhlce |
官方URL | https://chromewebstore.google.com/detail/pasaley/bfnanpnikodnmncpnhdolkjdpjkkhlce |
简介 | Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz. |
文件大小 | 135 KB |
安装次数 | 4,065 |
当前版本 | 0.2.5 |
更新时间 | 2023-12-30 |
上架时间 | 2022-04-27 |
评分 | 4.57/5 共21次评分 |
开发者 | Shake Nep |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://shakenep.com |
帮助页面URL | https://shakenep.com |
隐私政策页面URL | https://www.freeprivacypolicy.com/live/9fdd847c-0304-44ca-a345-13e641689914 |
支持的语言 | 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\/*" ] } ] } |