SANDBOX
This is an API preview tool for UNBXD Search, Browse, Autosuggest, RECS APIs
SANDBOX란 무엇입니까?
SANDBOX은(는) pkirankmr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is an API preview tool for UNBXD Search, Browse, Autosuggest, RECS APIs"입니다.
확장 프로그램 스크린샷
SANDBOX 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An API Preview tool that analyses the API responses and checks for the images, products and titles to display the catalog upfront for the developer to understand the catalog better and validate the response pictorially means. This preview is available for Category/Search and Autosuggest pages There is a clear information displayed regarding missing configs and required parameters in the API
확장 프로그램 기본 정보
이름 | SANDBOX |
ID | hcfceidbpncmflnanoohgjkccgghgdfn |
공식 URL | https://chromewebstore.google.com/detail/sandbox/hcfceidbpncmflnanoohgjkccgghgdfn |
설명 | This is an API preview tool for UNBXD Search, Browse, Autosuggest, RECS APIs |
파일 크기 | 27.25 KB |
설치 횟수 | 168 |
현재 버전 | 1.3.48 |
최근 업데이트 | 2024-02-21 |
출시 날짜 | 2022-09-30 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | pkirankmr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.apisandbox.in |
도움말 페이지 URL | http://www.apisandbox.in |
개인정보 보호 정책 페이지 URL | http://www.apisandbox.in/privacypolicy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SANDBOX", "version": "1.3.48", "description": "This is an API preview tool for UNBXD Search, Browse, Autosuggest, RECS APIs", "manifest_version": 3, "author": "Kiran Peddikuppa", "background": { "service_worker": "background.js" }, "action": [], "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/search.unbxd.io\/*", "https:\/\/search-apac.unbxd.io\/*", "https:\/\/search-uk.unbxd.io\/*", "https:\/\/search-anz.unbxd.io\/*" ], "content_scripts": [ { "matches": [ "*:\/\/search.unbxd.io\/*", "*:\/\/search-apac.unbxd.io\/*", "*:\/\/search-uk.unbxd.io\/*", "*:\/\/search-anz.unbxd.io\/*", "*:\/\/search-nam.unbxd.io\/*" ], "js": [ "search.js" ], "css": [ "search.css" ] }, { "matches": [ "https:\/\/g-recommendations.unbxd.io\/v3.0\/*", "https:\/\/apac-recommendations.unbxd.io\/v3.0\/*", "https:\/\/uk-recommendations.unbxd.io\/v3.0\/*", "https:\/\/anz-recommendations.unbxd.io\/v3.0\/*", "https:\/\/recommendations.unbxd.io\/v3.0\/*" ], "js": [ "recs.js" ], "css": [ "recs.css" ] }, { "matches": [ "*:\/\/tracker.unbxdapi.com\/*" ], "js": [ "content.js" ], "css": [ ".\/main.css" ] } ], "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ "https:\/\/tracker.unbxdapi.com\/*", "http:\/\/tracker.unbxdapi.com\/*" ] } ], "icons": { "16": "star16.png", "32": "star32.png", "128": "star128.png" } } |