Pandabuy QC Viewer

View the quality control images of products on pandabuy.com. Made by Yusufcan Yilmaz

Pandabuy QC Viewer क्या है?

Pandabuy QC Viewer devyusufcan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the quality control images of products on pandabuy.com. Made by Yusufcan Yilmaz"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pandabuy QC Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}