Dolar Argentum
Cotizacion del dolar (Argentina)
Dolar Argentumとは何ですか?
Dolar Argentumはhttps://diworksoluciones.com.arによって開発されたChromeの拡張機能で、その主な機能は「Cotizacion del dolar (Argentina)」です。
拡張機能のスクリーンショット
Dolar Argentum拡張機能のCRXファイルをダウンロード
Dolar Argentum拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dolar Argentum es una app provista por DiWork Soluciones, concebida para mantener informado al usuario de la cotización en tiempo real del dolar. Funciona únicamente con Argentina e incluye tanto el dolar oficial como el paralelo (Blue). > Es de licencia gratuita, la misma ofrece: > Tiempos de refresco sobre el tipo de cambio (10, 15, 20 y 30 min.) > Notificaciones de escritorio. > Span Text de Alerta. > Cálculo de tipo de cambio.
拡張機能の基本情報
名前 | Dolar Argentum |
ID | fecompnchembjikgcjloldfafkdhnkjd |
公式URL | https://chromewebstore.google.com/detail/dolar-argentum/fecompnchembjikgcjloldfafkdhnkjd |
説明 | Cotizacion del dolar (Argentina) |
ファイルサイズ | 134 KB |
インストール数 | 58 |
現在のバージョン | 2.0 |
最終更新日 | 2018-05-19 |
公開日 | 2018-05-18 |
評価 | 3.71/5 合計 7 レビュー |
開発者 | https://diworksoluciones.com.ar |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dolar Argentum", "description": "Cotizacion del dolar (Argentina)", "manifest_version": 2, "version": "2.0", "background": { "scripts": [ "services.js", "background.js" ], "persistent": false }, "icons": { "19": "icon.png", "38": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "background", "notifications", "http:\/\/ws.geeklab.com.ar\/*", "https:\/\/www.googleapis.com\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |