Laztended Search
Extra search filter and result details on Lazada to improve your shopping experience.
Laztended Search란 무엇입니까?
Laztended Search은(는) Rowel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extra search filter and result details on Lazada to improve your shopping experience."입니다.
확장 프로그램 스크린샷
Laztended Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | dabplnnonnbeecklgkfgnfclbgccobic |
공식 URL | https://chrome.google.com/webstore/detail/laztended-search/dabplnnonnbeecklgkfgnfclbgccobic |
설명 | Extra search filter and result details on Lazada to improve your shopping experience. |
파일 크기 | 224 KB |
설치 횟수 | 132 |
현재 버전 | 1.2 |
최근 업데이트 | 2018-05-13 |
출시 날짜 | 2018-05-13 |
평점 | 3.75/5 총 4 개의 평점 |
개발자 | Rowel |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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 } } |