Ramallo Informa
Ramallo Informa. Mantenete informado con la extension oficial de Ramallo Informa!
Ramallo Informaคืออะไร?
Ramallo Informa เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Buenos Aires Creativo และคุณลักษณะหลักของมันคือ "Ramallo Informa. Mantenete informado con la extension oficial de Ramallo Informa!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ramallo Informa
ดาวน์โหลดไฟล์ส่วนขยาย Ramallo Informa ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Disfrutá desde tu navegador las noticias Ramallo Informa y recibí notificaciones de las noticias en tiempo real. Incluimos las cotizaciones del día del Dólar oficial, dólar tarjeta, dólar blue y ocn liquidación. Elegí las secciones con las que te querés informar, también podés realizar búsquedas sobre los temas que te interesan. Todo de forma instantánea y con las últimas noticias de Ramallo, Argentina y el mundo.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mglkmgoopkmnifidgngabdhhgaenkdan |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ramallo-informa/mglkmgoopkmnifidgngabdhhgaenkdan |
คำอธิบาย | Ramallo Informa. Mantenete informado con la extension oficial de Ramallo Informa! |
ขนาดไฟล์ | 154 KB |
จำนวนการติดตั้ง | 0 |
เวอร์ชันปัจจุบัน | 2.0.3 |
อัปเดตครั้งล่าสุด | 2014-08-19 |
วันที่เผยแพร่ | 2014-08-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Buenos Aires Creativo |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | http://www.ramalloinforma.com.ar/ |
ภาษาที่รองรับ | en,es |
manifest.json | |
{ "background": { "scripts": [ "background.js", "config.js", "jquery.js", "jquery.nicescroll.js", "notify.js", "options.js", "popup.js" ] }, "browser_action": { "default_icon": "images\/ico19.png", "default_popup": "popup.html", "default_title": "Las noticias primero. Ramallo Informa" }, "content_security_policy": "script-src 'self' https:\/\/*.ramalloinforma.com.ar https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/*.twitter.com https:\/\/*.google.com https:\/\/*.google-analytics.com; object-src 'self'", "default_locale": "es", "description": "Ramallo Informa. Mantenete informado con la extension oficial de Ramallo Informa!", "icons": { "128": "images\/ico128.png", "19": "images\/ico19.png", "32": "images\/ico32.png", "48": "images\/ico48.png" }, "manifest_version": 2, "name": "Ramallo Informa", "short_name": "ramalloinforma", "optional_permissions": [ "background" ], "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.3", "web_accessible_resources": [ "images\/ico48.png" ] } |