DealDash Elite

Enhanced DealDash.com bidding strategies and data

O que é DealDash Elite?

DealDash Elite é uma extensão do Chrome desenvolvida por https://dealdashelite.com, e sua principal característica é "Enhanced DealDash.com bidding strategies and data".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DealDash Elite

Baixe arquivos de extensão DealDash Elite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome DealDash Elite DealDash Elite
ID mgegccjgahkepnjljafkmdalddbnkjgb
URL Oficial https://chromewebstore.google.com/detail/dealdash-elite/mgegccjgahkepnjljafkmdalddbnkjgb
Descrição Enhanced DealDash.com bidding strategies and data
Tamanho do Arquivo 24.99 KB
Contagem de Instalações 174
Versão Atual 9
Última Atualização 2022-05-23
Data de Publicação 2017-06-19
Classificação 3.63/5 Total de 8 Avaliações
Desenvolvedor https://dealdashelite.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.dealdashelite.com/
URL da Página de Ajuda https://www.dealdashelite.com/amember/helpdesk/
URL da Página de Política de Privacidade https://www.dealdashelite.com/privacy
Idiomas Suportados 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"
}