Pandabuy QC Viewer

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

Τι είναι το Pandabuy QC Viewer;

Το Pandabuy QC Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον devyusufcan, και η κύρια λειτουργία του είναι "View the quality control images of products on pandabuy.com. Made by Yusufcan Yilmaz".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Pandabuy QC Viewer

Λήψη αρχείων επέκτασης Pandabuy QC Viewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}