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是由http://onlyalt.com開發的Chrome擴展程式,該擴展的主要功能是“Alt's best-in-class Chrome extension shows you fair market prices when you buy and sell slabs.”。

擴展截圖

screenshot

下載Alt: Price Guide for Slabs擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}