Alt: Price Guide for Slabs

Alt's best-in-class Chrome extension shows you fair market prices when you buy and sell slabs.

Τι είναι το Alt: Price Guide for Slabs;

Το Alt: Price Guide for Slabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://onlyalt.com, και η κύρια λειτουργία του είναι "Alt's best-in-class Chrome extension shows you fair market prices when you buy and sell slabs.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Alt: Price Guide for Slabs

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

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

                        Use the extension to understand the latest comps on the hottest, rarest, and most sought-after cards. Stop guessing, and know the tech team at Alt has put together the best possible data to support your investing strategy. Our extension inlines the actual price paid for eBay listings.

Don't forget to ship your purchases to the Alt Vault to save with no sales tax! -- More information at onlyalt.com/vault.

Alt is not affiliated with, associated with, or sponsored by eBay in any way.                    

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

Όνομα Alt: Price Guide for Slabs Alt: Price Guide for Slabs
ID dkjcldclheafmcllpnmjilddbjfjinno
Επίσημο URL https://chrome.google.com/webstore/detail/alt-price-guide-for-slabs/dkjcldclheafmcllpnmjilddbjfjinno
Περιγραφή Alt's best-in-class Chrome extension shows you fair market prices when you buy and sell slabs.
Μέγεθος Αρχείου 25.85 MB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 0.14.0
Τελευταία Ενημέρωση 2022-05-17
Ημερομηνία Δημοσίευσης 2021-06-23
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής http://onlyalt.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.onlyalt.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.onlyalt.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alt: Price Guide for Slabs",
    "description": "Alt's best-in-class Chrome extension shows you fair market prices when you buy and sell slabs.",
    "version": "0.14.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/alt_plugin_16.png",
            "32": "\/images\/alt_plugin_32.png",
            "48": "\/images\/alt_plugin_48.png",
            "128": "\/images\/alt_plugin_128.png"
        }
    },
    "icons": {
        "16": "\/images\/alt_plugin_16.png",
        "32": "\/images\/alt_plugin_32.png",
        "48": "\/images\/alt_plugin_48.png",
        "128": "\/images\/alt_plugin_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "src\/styles.css"
            ],
            "js": [
                "src\/content.js"
            ],
            "matches": [
                "*:\/\/*.ebay.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}