Daraz Suggestions Expander
Add more suggestions to Daraz search input.
Daraz Suggestions Expander란 무엇입니까?
Daraz Suggestions Expander은(는) DarazTools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add more suggestions to Daraz search input."입니다.
확장 프로그램 스크린샷
Daraz Suggestions Expander 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Daraz.pk, daraz.lk, daraz.com.np, daraz.com.bd and shop.com.mm search input box expander. Expand daraz search box with more suggestions or keywords so that user can have more product options while a product hunting. daraz keyword expander.
확장 프로그램 기본 정보
이름 | Daraz Suggestions Expander |
ID | kifilikkmogehaoiglkcjpakgkkpangl |
공식 URL | https://chromewebstore.google.com/detail/daraz-suggestions-expande/kifilikkmogehaoiglkcjpakgkkpangl |
설명 | Add more suggestions to Daraz search input. |
파일 크기 | 60.94 KB |
설치 횟수 | 208 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-06-21 |
출시 날짜 | 2021-05-17 |
개발자 | DarazTools |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://daraztools.com |
개인정보 보호 정책 페이지 URL | https://daraztools.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daraz Suggestions Expander", "description": "Add more suggestions to Daraz search input.", "version": "1.1", "author": "Adil", "background": { "scripts": [ ".\/js\/jquery.js", ".\/js\/popup.min.js" ], "persistent": true }, "permissions": [ "webRequest", "*:\/\/*.daraz.pk\/*", "*:\/\/*.daraz.lk\/*", "*:\/\/*.daraz.com.np\/*", "*:\/\/*.daraz.com.bd\/*", "*:\/\/*.shop.com.mm\/*" ], "options_page": "options.html", "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" } } |