Alt: Price Guide for Slabs

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

Cos'è Alt: Price Guide for Slabs?

Alt: Price Guide for Slabs è un'estensione di Chrome sviluppata da http://onlyalt.com, e la sua funzione principale è "Alt's best-in-class Chrome extension shows you fair market prices when you buy and sell slabs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Alt: Price Guide for Slabs

Scarica i file di estensione Alt: Price Guide for Slabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Alt: Price Guide for Slabs Alt: Price Guide for Slabs
ID dkjcldclheafmcllpnmjilddbjfjinno
URL Ufficiale https://chrome.google.com/webstore/detail/alt-price-guide-for-slabs/dkjcldclheafmcllpnmjilddbjfjinno
Descrizione Alt's best-in-class Chrome extension shows you fair market prices when you buy and sell slabs.
Dimensione del File 25.85 MB
Conteggio Installazioni 2,000
Versione Corrente 0.14.0
Ultimo Aggiornamento 2022-05-17
Data di Pubblicazione 2021-06-23
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore http://onlyalt.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.onlyalt.com
URL della Pagina della Politica sulla Privacy https://www.onlyalt.com/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}