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 |
Eメール | [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\/*" ] } ] } |