Suplexed: Insights

Use this tool to get "insights" from various websites.

Suplexed: Insightsคืออะไร?

Suplexed: Insights เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://suplexed.com และคุณลักษณะหลักของมันคือ "Use this tool to get "insights" from various websites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Suplexed: Insights

ดาวน์โหลดไฟล์ส่วนขยาย Suplexed: Insights ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Suplexed presents a new era of tools designed for both the consumer and reseller. This tool suite will continue to add more to the suite and you will continuously see updates without need to update.

- eBay Offer Accepted Price Viewer
- COMC eBay Price Comparison
- Panini Stock Checker  [Deprecated] 

Download our chrome extension today and be sure you always get the best price for your hobby. Don't forget to download the Suplexed App in the app store. Collectibles category launching soon with the most up to date pricing and tools for the industry. Sneakers, street wear, and now collectibles data at your fingertips with Suplexed.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Suplexed: Insights Suplexed: Insights
ID bnmgggdlcnchfogmgkkcpieclnkgppap
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/suplexed-insights/bnmgggdlcnchfogmgkkcpieclnkgppap
คำอธิบาย Use this tool to get "insights" from various websites.
ขนาดไฟล์ 76.13 KB
จำนวนการติดตั้ง 433
เวอร์ชันปัจจุบัน 1.3.0.0
อัปเดตครั้งล่าสุด 2020-05-07
วันที่เผยแพร่ 2020-05-07
คะแนน 4.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://suplexed.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon-19.png",
            "38": "assets\/icons\/icon-38.png"
        },
        "default_title": "Suplexed: Insights"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "css": [
                "ebay\/ebay.css"
            ],
            "matches": [
                "http:\/\/www.ebay.com\/sch\/*",
                "https:\/\/www.ebay.com\/sch\/*",
                "http:\/\/www.ebay.ca\/sch\/*",
                "https:\/\/www.ebay.ca\/sch\/*",
                "http:\/\/www.ebay.com\/itm\/*",
                "https:\/\/www.ebay.com\/itm\/*",
                "http:\/\/www.ebay.ca\/itm\/*",
                "https:\/\/www.ebay.ca\/itm\/*",
                "http:\/\/www.ebay.com\/b\/*",
                "https:\/\/www.ebay.com\/b\/*",
                "http:\/\/www.ebay.ca\/b\/*",
                "https:\/\/www.ebay.ca\/b\/*"
            ]
        },
        {
            "include_globs": [
                "http:\/\/www.ebay.com\/*LH_Sold=1*",
                "https:\/\/www.ebay.com\/*LH_Sold=1*",
                "http:\/\/www.ebay.ca\/*LH_Sold=1*",
                "https:\/\/www.ebay.ca\/*LH_Sold=1*",
                "http:\/\/www.ebay.com\/*LH_Complete=1*",
                "https:\/\/www.ebay.com\/*LH_Complete=1*",
                "http:\/\/www.ebay.ca\/*LH_Complete=1*",
                "https:\/\/www.ebay.ca\/*LH_Complete=1*",
                "http:\/\/www.ebay.com\/itm*",
                "https:\/\/www.ebay.com\/itm*",
                "http:\/\/www.ebay.ca\/itm*",
                "https:\/\/www.ebay.ca\/itm*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "ebay\/ebay.js"
            ],
            "matches": [
                "http:\/\/www.ebay.com\/sch\/*",
                "https:\/\/www.ebay.com\/sch\/*",
                "http:\/\/www.ebay.ca\/sch\/*",
                "https:\/\/www.ebay.ca\/sch\/*",
                "http:\/\/www.ebay.com\/itm\/*",
                "https:\/\/www.ebay.com\/itm\/*",
                "http:\/\/www.ebay.ca\/itm\/*",
                "https:\/\/www.ebay.ca\/itm\/*",
                "http:\/\/www.ebay.com\/b\/*",
                "https:\/\/www.ebay.com\/b\/*",
                "http:\/\/www.ebay.ca\/b\/*",
                "https:\/\/www.ebay.ca\/b\/*"
            ]
        },
        {
            "run_at": "document_start",
            "css": [
                "comc\/comc.css"
            ],
            "matches": [
                "https:\/\/www.comc.com\/Manage\/Inventory*"
            ]
        },
        {
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "comc\/comc.js"
            ],
            "matches": [
                "https:\/\/www.comc.com\/Manage\/Inventory*"
            ]
        }
    ],
    "description": "Use this tool to get \"insights\" from various websites.",
    "icons": {
        "128": "assets\/icons\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "Suplexed: Insights",
    "short_name": " Suplexed",
    "permissions": [
        "cookies",
        "storage",
        "webRequest",
        "tabs",
        "activeTab",
        "*:\/\/www.ebay.com\/*",
        "*:\/\/ebay.com\/*",
        "*:\/\/www.ebay.ca\/*",
        "*:\/\/ebay.ca\/*",
        "https:\/\/www.comc.com\/Manage\/Inventory"
    ],
    "version": "1.3.0.0",
    "background": {
        "scripts": [
            "libs\/jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}