Pandabuy QC Viewer
View the quality control images of products on pandabuy.com. Made by Yusufcan Yilmaz
Pandabuy QC Viewer란 무엇입니까?
Pandabuy QC Viewer은(는) devyusufcan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View the quality control images of products on pandabuy.com. Made by Yusufcan Yilmaz"입니다.
확장 프로그램 스크린샷
Pandabuy QC Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing the ultimate solution for your quality control needs on Pandabuy.com! Our Chrome extension provides quick and easy access to high-quality product photos, so you can ensure that your purchases meet your standards. With our user-friendly interface, you can easily navigate through product images and open in new tab for a closer look. Say goodbye to tiring copy-paste effort and hello to effortless quality control with our extension. Download now and streamline your Pandabuy.com shopping experience! How to use: - First, go to a product page on Pandabuy. - Then you'll see a green-outlined button in the bottom left corner of your screen. - Click that button and start to explore QC images. v0.1.7 - The extension wasn't working; I fixed that. (i was busy) - Added intro page. (When you add extension for the first time) v0.1.6 - Sidebar List Mode added - Minor improvement & fixes v0.1.5 - Minor improvement & fixes v0.1.4 - Image fetching optimization
확장 프로그램 기본 정보
이름 | Pandabuy QC Viewer |
ID | cpagnmbabgeeabjjcgmfoekklidoaode |
공식 URL | https://chromewebstore.google.com/detail/pandabuy-qc-viewer/cpagnmbabgeeabjjcgmfoekklidoaode |
설명 | View the quality control images of products on pandabuy.com. Made by Yusufcan Yilmaz |
파일 크기 | 64.48 KB |
설치 횟수 | 10,076 |
현재 버전 | 0.1.7 |
최근 업데이트 | 2023-12-25 |
출시 날짜 | 2023-04-28 |
평점 | 3.64/5 총 11 개의 평점 |
개발자 | devyusufcan |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://yusufcanyilmaz.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pandabuy QC Viewer", "version": "0.1.7", "manifest_version": 3, "description": "View the quality control images of products on pandabuy.com. Made by Yusufcan Yilmaz", "homepage_url": "https:\/\/yusufcanyilmaz.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "src\/options\/index.html", "background": { "service_worker": "src\/help\/help.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.pandabuy.com\/product*", "https:\/\/pandabuy.com\/product*" ], "css": [ "src\/jquery\/jquery.css" ], "js": [ "src\/jquery\/jquery-min.js", "src\/jquery\/jquery-ui.min.js", "src\/inject\/qcViewer.js" ] } ], "web_accessible_resources": [ { "resources": [ "src\/inject\/sidebar.html" ], "matches": [ "https:\/\/www.pandabuy.com\/*", "https:\/\/pandabuy.com\/*" ] } ], "permissions": [ "storage" ] } |