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. 擴展基本資訊
| 名稱 | |
| ID | fecompnchembjikgcjloldfafkdhnkjd |
| 官方網址 | 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 |
| 電子郵箱 | [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'"
} | |