Dólar Australiano Hoje
Veja a cotação do Dólar Australiano através do DolarHoje.com/australiano
What is Dólar Australiano Hoje?
Dólar Australiano Hoje is a Chrome extension developed by https://dolarhoje.com, and its main feature is "Veja a cotação do Dólar Australiano através do DolarHoje.com/australiano".
Extension Screenshots
Download Dólar Australiano Hoje Extension CRX File
Download Dólar Australiano 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/australiano serve para calcular a cotação do dólar australiano em relação ao real sem a necessidade de uma calculadora externa ou folhas de papel. :)
Extension Basic Information
Name | Dólar Australiano Hoje |
ID | kemhdkejlhpfkfcihonmifgdddkbmonb |
Official URL | https://chromewebstore.google.com/detail/d%C3%B3lar-australiano-hoje/kemhdkejlhpfkfcihonmifgdddkbmonb |
Description | Veja a cotação do Dólar Australiano através do DolarHoje.com/australiano |
File Size | 15.39 KB |
Installation Count | 379 |
Current Version | 0.24 |
Last Updated | 2023-08-28 |
Publish Date | 2018-05-21 |
Rating | 4.50/5 Total 4 Ratings |
Developer | https://dolarhoje.com |
[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": "D\u00f3lar Australiano Hoje", "description": "Veja a cota\u00e7\u00e3o do D\u00f3lar Australiano atrav\u00e9s do DolarHoje.com\/australiano", "version": "0.24", "background": { "page": "app.html" }, "browser_action": { "default_icon": "logo.png", "default_title": "D\u00f3lar Australiano Hoje" }, "icons": { "128": "logo.png" }, "permissions": [ "http:\/\/DolarHoje.com\/", "http:\/\/api.DolarHoje.com\/", "https:\/\/DolarHoje.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/dolarhoje.com\/dolar-australiano-hoje\/", "https:\/\/dolarhoje.com\/dolar-australiano-hoje\/" ], "js": [ "has_extension.js" ] } ] } |