NEO Hoje

Veja a cotação da NEO através do DolarHoje.com/neo

What is NEO Hoje?

NEO Hoje is a Chrome extension developed by https://dolarhoje.com, and its main feature is "Veja a cotação da NEO através do DolarHoje.com/neo".

Extension Screenshots

screenshot

Download NEO Hoje Extension CRX File

Download NEO Hoje extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A aplicação do DolarHoje.com/neo serve para calcular a cotação do NEO em relação ao real sem a necessidade de uma calculadora externa ou folhas de papel. :)                    

Extension Basic Information

Name NEO Hoje NEO Hoje
ID nofhjfablcpfpojpigjgifoohiflenke
Official URL https://chromewebstore.google.com/detail/neo-hoje/nofhjfablcpfpojpigjgifoohiflenke
Description Veja a cotação da NEO através do DolarHoje.com/neo
File Size 22.97 KB
Installation Count 32
Current Version 0.0.3
Last Updated 2021-02-28
Publish Date 2018-05-21
Rating 5.00/5 Total 1 Ratings
Developer https://dolarhoje.com
Email [email protected]
Payment Type free
Extension Website https://dolarhoje.com
Supported Languages pt-BR
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NEO Hoje",
    "description": "Veja a cota\u00e7\u00e3o da NEO atrav\u00e9s do DolarHoje.com\/neo",
    "version": "0.0.3",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "NEO Hoje"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "http:\/\/DolarHoje.com\/",
        "https:\/\/DolarHoje.com\/"
    ],
    "omnibox": {
        "keyword": "neohoje"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dolarhoje.com\/neo\/",
                "https:\/\/dolarhoje.com\/neo\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}