eBay Real Sell Price

Shows the real sold price for eBay items

Τι είναι το eBay Real Sell Price;

Το eBay Real Sell Price είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nathan.huff89, και η κύρια λειτουργία του είναι "Shows the real sold price for eBay items".

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

screenshot

Λήψη αρχείου CRX της επέκτασης eBay Real Sell Price

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

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

                        This lightweight browser extension will show you the actual sold price for completed eBay listings when a Best Offer was accepted.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα eBay Real Sell Price eBay Real Sell Price
ID lcmdfjmgigndemlclpkpnjoocbedaneg
Επίσημο URL https://chromewebstore.google.com/detail/ebay-real-sell-price/lcmdfjmgigndemlclpkpnjoocbedaneg
Περιγραφή Shows the real sold price for eBay items
Μέγεθος Αρχείου 16.81 KB
Αριθμός Εγκαταστάσεων 68
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-10-07
Ημερομηνία Δημοσίευσης 2020-10-07
Αξιολόγηση 1.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής nathan.huff89
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay Real Sell Price",
    "description": "Shows the real sold price for eBay items",
    "version": "1.0",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ebay.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}