Notificari Reducerix.ro
Te anuntam in timp real cand incep campaniile de reduceri!
Notificari Reducerix.ro क्या है?
Notificari Reducerix.ro BitZone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Te anuntam in timp real cand incep campaniile de reduceri!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notificari Reducerix.ro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Notificari Reducerix.ro |
ID | beedkgpijkgfkbcamlelpaamjamgdgap |
आधिकारिक URL | https://chromewebstore.google.com/detail/notificari-reducerixro/beedkgpijkgfkbcamlelpaamjamgdgap |
विवरण | Te anuntam in timp real cand incep campaniile de reduceri! |
फ़ाइल का आकार | 276 KB |
स्थापना संख्या | 741 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2016-12-19 |
प्रकाशन तिथि | 2016-12-19 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | BitZone |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.reducerix.ro/extensie-browser-reducerix/ |
सहायता पृष्ठ URL | http://www.reducerix.ro/contact/ |
समर्थित भाषाएँ | 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\/*" ] } } |