ASIN Fetcher
Validate and fetch amazon product pages by ASIN code
ASIN Fetcher란 무엇입니까?
ASIN Fetcher은(는) gopityro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Validate and fetch amazon product pages by ASIN code"입니다.
확장 프로그램 스크린샷
ASIN Fetcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
*Check and validate amazon product pages by enter ASIN code. *Supported 14 different countries amazon websites *Use your setting to change the behavior of extension *Select a text on any website and Right Click search on amazon website Please, write your specific requirement to make this extension more useful.
확장 프로그램 기본 정보
이름 | ASIN Fetcher |
ID | gghbpobllgpdhiijbnnnhciidcijgpad |
공식 URL | https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad |
설명 | Validate and fetch amazon product pages by ASIN code |
파일 크기 | 139 KB |
설치 횟수 | 411 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-09-05 |
출시 날짜 | 2019-03-25 |
평점 | 3.25/5 총 4 개의 평점 |
개발자 | gopityro |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Gopi Tyro", "browser_action": { "default_icon": "img\/icon-16.png", "default_popup": "popup.html" }, "short_name": "Amazon asin checker", "description": "Validate and fetch amazon product pages by ASIN code", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "options.html", "manifest_version": 2, "name": "ASIN Fetcher", "permissions": [ "activeTab", "storage", "notifications", "contextMenus" ], "version": "1.0.3" } |