NEM Hoje

Veja a cotação da NEM através do DolarHoje.com/nem

What is NEM Hoje?

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

Extension Screenshots

screenshot

Download NEM Hoje Extension CRX File

Download NEM 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/nem/ serve para calcular a cotação da NEM em relação ao real sem a necessidade de uma calculadora externa ou folhas de papel. :)                    

Extension Basic Information

Name NEM Hoje NEM Hoje
ID aoofapjaafkncodbbiiodhnbdhjcbmce
Official URL https://chromewebstore.google.com/detail/nem-hoje/aoofapjaafkncodbbiiodhnbdhjcbmce
Description Veja a cotação da NEM através do DolarHoje.com/nem
File Size 9.39 KB
Installation Count 40
Current Version 0.0.4
Last Updated 2021-02-28
Publish Date 2018-05-21
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": "NEM Hoje",
    "description": "Veja a cota\u00e7\u00e3o da NEM atrav\u00e9s do DolarHoje.com\/nem",
    "version": "0.0.4",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "NEM Hoje"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "http:\/\/DolarHoje.com\/",
        "https:\/\/DolarHoje.com\/"
    ],
    "omnibox": {
        "keyword": "nemhoje"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dolarhoje.com\/nem\/",
                "https:\/\/dolarhoje.com\/nem\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}