Ramallo Informa
Ramallo Informa. Mantenete informado con la extension oficial de Ramallo Informa!
Ramallo Informa क्या है?
Ramallo Informa Buenos Aires Creativo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ramallo Informa. Mantenete informado con la extension oficial de Ramallo Informa!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ramallo Informa एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |