Walmart Extension
This extension extracts the UPC from source and displays it to the user, so he can easily copy it. Walmart does not show UPC on…
Walmart Extension란 무엇입니까?
Walmart Extension은(는) Qbatch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension extracts the UPC from source and displays it to the user, so he can easily copy it. Walmart does not show UPC on…"입니다.
확장 프로그램 스크린샷
Walmart Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension extracts the UPC from source and displays it to the user, so he can easily copy it. Walmart does not show UPC on webpage, it's mostly present in source code of the details page of product. The UPC code is important product identifier which is used in product sourcing across different suppliers. This extension also helps user to copy the price with a single copy button click, this extension help users to do product research for sourcing.
확장 프로그램 기본 정보
이름 | Walmart Extension |
ID | fajbcbhplegjffeljacaenkeadhckoom |
공식 URL | https://chromewebstore.google.com/detail/walmart-extension/fajbcbhplegjffeljacaenkeadhckoom |
설명 | This extension extracts the UPC from source and displays it to the user, so he can easily copy it. Walmart does not show UPC on… |
파일 크기 | 10.13 KB |
설치 횟수 | 403 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2022-07-14 |
출시 날짜 | 2022-07-14 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Qbatch |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://qbatch.com/contact/ |
개인정보 보호 정책 페이지 URL | https://qbatch.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Walmart Extension", "version": "0.0.1", "manifest_version": 3, "icons": { "128": "logo\/walmart-logo128x128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup\/popup.html", "default_icon": "logo\/walmart-logo128x128.png" }, "permissions": [ "tabs", "scripting", "storage" ], "host_permissions": [ "https:\/\/www.walmart.com\/ip\/*", "http:\/\/xpaths.qbatch.com\/xpaths.json" ] } |