DealDash Elite

Enhanced DealDash.com bidding strategies and data

什么是DealDash Elite?

DealDash Elite是由https://dealdashelite.com开发的Chrome扩展程序,该扩展的主要功能是“Enhanced DealDash.com bidding strategies and data”。

扩展截图

screenshot

下载DealDash Elite扩展crx文件

下载DealDash Elite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you are serious about winning DealDash auctions, or just want to bid less and save more, then DealDash Elite is for you!

DealDash Elite allows you to view in-depth data about all auctions on DealDash.com and the history and patterns of competing bidders.

DealDash Elite provides:
   -Current Bidders and their bidding habits!
   -Past Winning patterns of EVERY product!
   -All Bidders, all bids, all the time!
   -For every bidder: Number of bids, Time since bid, $ Amount Spent Bidding $ and their Total Time on the auction!
   -Full bid timeline for every auction… not just the last 10 bids!!
   -Easy to read and use graphs of ALL past wins!
   -ALL Bids for all auctions -- present and past!
   -Win/Loss records for ALL Bidders

It's like watching every auction and every bidder DealDash has ever had!                    

扩展基本信息

名称 DealDash Elite DealDash Elite
ID mgegccjgahkepnjljafkmdalddbnkjgb
官方URL https://chromewebstore.google.com/detail/dealdash-elite/mgegccjgahkepnjljafkmdalddbnkjgb
简介 Enhanced DealDash.com bidding strategies and data
文件大小 24.99 KB
安装次数 174
当前版本 9
更新时间 2022-05-23
上架时间 2017-06-19
评分 3.63/5 共8次评分
开发者 https://dealdashelite.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.dealdashelite.com/
帮助页面URL https://www.dealdashelite.com/amember/helpdesk/
隐私政策页面URL https://www.dealdashelite.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "dealdashelite.v4.user.js"
            ],
            "matches": [
                "http:\/\/www.dealdash.com\/*",
                "https:\/\/dealdash.com\/*",
                "https:\/\/www.dealdash.com\/*",
                "http:\/\/dealdash.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "description": "Enhanced DealDash.com bidding strategies and data",
    "name": "DealDash Elite",
    "author": "DealDash Elite",
    "version": "9"
}