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 |
官方網址 | 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\/*" ] } ] } |