Laztended Search
Extra search filter and result details on Lazada to improve your shopping experience.
Laztended Search là gì?
Laztended Search là một tiện ích mở rộng Chrome được phát triển bởi Rowel, và tính năng chính của nó là "Extra search filter and result details on Lazada to improve your shopping experience.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Laztended Search
Tải xuống các tệp mở rộng Laztended Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is basically a lazy made extension that will give you additional filtering on searching items in Lazada. This will also add extra information on the search result. This is specifically design to work in Lazada Philippines but will also work on other Lazada sites internationally as long as it does have same interface. Features: - Show items that are "Sold & Fulfilled by Lazada" - Show items that are "Cash on Delivery Available" - Show items that are "Ships From Abroad" - Show items that are sold and fulfilled by "Third Party Seller" - Show items that are sold by "Third Party Seller" but "Fulfilled by Lazada" Disclaimer: This extension is not affiliated with Lazada.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dabplnnonnbeecklgkfgnfclbgccobic |
URL Chính Thức | https://chrome.google.com/webstore/detail/laztended-search/dabplnnonnbeecklgkfgnfclbgccobic |
Mô tả | Extra search filter and result details on Lazada to improve your shopping experience. |
Kích Thước Tệp | 224 KB |
Số Lần Cài Đặt | 132 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-05-13 |
Ngày Phát Hành | 2018-05-13 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Rowel |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Laztended Search", "description": "Extra search filter and result details on Lazada to improve your shopping experience.", "version": "1.2", "page_action": { "default_title": "Laztended Search", "default_icon": "images\/icon-32x32.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.lazada.com.ph\/*", "*:\/\/www.lazada.com.my\/*", "*:\/\/www.lazada.sg\/*", "*:\/\/www.lazada.co.id\/*", "*:\/\/www.lazada.co.th\/*", "*:\/\/www.lazada.vn\/*" ], "js": [ "js\/jquery.min.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "icons": { "128": "images\/icon-128x128.png", "96": "images\/icon-96x96.png", "64": "images\/icon-64x64.png", "32": "images\/icon-32x32.png", "16": "images\/icon-16x16.png" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "js\/startup.js" ], "persistent": false } } |