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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}