Notificari Reducerix.ro

Te anuntam in timp real cand incep campaniile de reduceri!

Was ist Notificari Reducerix.ro?

Notificari Reducerix.ro ist eine Chrome-Erweiterung, die von BitZone entwickelt wurde, und ihr Hauptmerkmal ist "Te anuntam in timp real cand incep campaniile de reduceri!".

Erweiterungsscreenshots

screenshot
screenshot

Notificari Reducerix.ro-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notificari Reducerix.ro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Notificari Reducerix.ro Notificari Reducerix.ro
ID beedkgpijkgfkbcamlelpaamjamgdgap
Offizielle URL https://chromewebstore.google.com/detail/notificari-reducerixro/beedkgpijkgfkbcamlelpaamjamgdgap
Beschreibung Te anuntam in timp real cand incep campaniile de reduceri!
Dateigröße 276 KB
Installationsanzahl 741
Aktuelle Version 1.0.5
Letztes Update 2016-12-19
Veröffentlichungsdatum 2016-12-19
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler BitZone
Zahlungsart free
Erweiterungswebsite http://www.reducerix.ro/extensie-browser-reducerix/
Hilfeseite URL http://www.reducerix.ro/contact/
Unterstützte Sprachen 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\/*"
        ]
    }
}