Odds conversion

This is a free extension for odds conversion between the most popular formats.

O que é Odds conversion?

Odds conversion é uma extensão do Chrome desenvolvida por https://www.sportsbooksoftware.com, e sua principal característica é "This is a free extension for odds conversion between the most popular formats.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Odds conversion

Baixe arquivos de extensão Odds conversion 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

                        This is a free odds conversion calculator provided by Sportsbook Software SRL (www.sportsbooksoftware.com). 

The extension allows the user to convert odds between the most popular formats:
- decimal
- american
- fractional
- indonesian
- percents
- implied probability
- percents

Sportsbook Software SRL is the leading provider of sportsbook software solutions, data feeds, high-performance hosting for sports betting websites and online casinos.

Our sportsbook software pricing model is based on an one-time set-up fee and a small monthly fee or revenue share. Our fees cover everything required to operate, from software, graphic design and branding, market data and up to customer support. There are no other hidden fees or costs.

This application/extension does not collect any data from its users in any way, shape or form.                    

Informações Básicas da Extensão

Nome Odds conversion Odds conversion
ID fnlegkochdbfkkccplpeekhfamgneedi
URL Oficial https://chromewebstore.google.com/detail/odds-conversion/fnlegkochdbfkkccplpeekhfamgneedi
Descrição This is a free extension for odds conversion between the most popular formats.
Tamanho do Arquivo 71.29 KB
Contagem de Instalações 374
Versão Atual 1.0
Última Atualização 2020-11-24
Data de Publicação 2016-04-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.sportsbooksoftware.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://www.sportsbooksoftware.com/contact-us/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Odds conversion",
    "description": "This is a free extension for odds conversion between the most popular formats.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "19": "icon.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}