Notificari Reducerix.ro
Te anuntam in timp real cand incep campaniile de reduceri!
Wat is Notificari Reducerix.ro?
Notificari Reducerix.ro is een Chrome-extensie ontwikkeld door BitZone, en de belangrijkste functie is "Te anuntam in timp real cand incep campaniile de reduceri!".
Extensie Screenshots
Download het CRX-bestand van de extensie Notificari Reducerix.ro
Download Notificari Reducerix.ro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Profita de cele mai mari reduceri! Cu ajutorul extensiei de browser reducerix, te anuntam in timp real cand se lanseaza campaniile promotionale ale magazinelor. In plus, nu vei rata startul ofertelor de Black Friday!
Basisinformatie over de Extensie
Naam | Notificari Reducerix.ro |
ID | beedkgpijkgfkbcamlelpaamjamgdgap |
Officiële URL | https://chromewebstore.google.com/detail/notificari-reducerixro/beedkgpijkgfkbcamlelpaamjamgdgap |
Beschrijving | Te anuntam in timp real cand incep campaniile de reduceri! |
Bestandsgrootte | 276 KB |
Aantal Installaties | 741 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2016-12-19 |
Publicatiedatum | 2016-12-19 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | BitZone |
Betalingswijze | free |
Extensiewebsite | http://www.reducerix.ro/extensie-browser-reducerix/ |
Help Pagina-URL | http://www.reducerix.ro/contact/ |
Ondersteunde Talen | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notificari Reducerix.ro", "short_name": "Notificari Reducerix", "description": "Te anuntam in timp real cand incep campaniile de reduceri!", "version": "1.0.5", "minimum_chrome_version": "45", "offline_enabled": false, "icons": { "16": "assets\/images\/icon-16.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "browser_action": { "default_icon": "assets\/images\/icon-64.png", "default_popup": "html\/settings.html", "default_title": "Setari notificari" }, "background": { "scripts": [ "assets\/js\/jquery.js", "assets\/js\/background.js" ], "persistent": true }, "permissions": [ "storage", "notifications", "gcm", "tabs", "alarms", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "assets\/images\/*" ], "externally_connectable": { "matches": [ "http:\/\/www.reducerix.ro\/*", "https:\/\/www.reducerix.ro\/*", "http:\/\/blackfridaymania.ro\/*", "https:\/\/blackfridaymania.ro\/*" ] } } |