Reduceri, oferte si promotii
Te tinem la curent cu ultimele noutati legate de reducerile, ofertele si promotiile aparute in magazinele online din Romania.
Vad är Reduceri, oferte si promotii?
Reduceri, oferte si promotii är en Chrome-tillägg utvecklad av https://www.reducerin.ro, och dess huvudfunktion är "Te tinem la curent cu ultimele noutati legate de reducerile, ofertele si promotiile aparute in magazinele online din Romania.".
Tilläggsskärmbilder
Ladda ner Reduceri, oferte si promotii-förlängningens CRX-fil
Ladda ner Reduceri, oferte si promotii-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Te tinem la curent cu ultimele noutati legate de reducerile, ofertele si promotiile aparute in magazinele online din Romania. Toate evenimentele de shopping le vei avea la un click distanta: Black Friday, reduceri de sarbatori legale sau evenimente si campanii private lansate de magazinele online.
Grundläggande Information om Tillägg
Namn | |
ID | acifnnaepogiehfmanelaghalnjkeiob |
Officiell webbadress | https://chrome.google.com/webstore/detail/reduceri-oferte-si-promot/acifnnaepogiehfmanelaghalnjkeiob |
Beskrivning | Te tinem la curent cu ultimele noutati legate de reducerile, ofertele si promotiile aparute in magazinele online din Romania. |
Filstorlek | 105 KB |
Antal Installationer | 34 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2016-10-19 |
Publiceringsdatum | 2016-10-19 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://www.reducerin.ro |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.reducerin.ro |
Hjälpsida URL | https://www.reducerin.ro/extensie-chrome/ |
URL till Sekretesspolicy Sidan | https://www.reducerin.ro/extensie-chrome |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reduceri, oferte si promotii", "version": "1.0.3", "manifest_version": 2, "description": "Te tinem la curent cu ultimele noutati legate de reducerile, ofertele si promotiile aparute in magazinele online din Romania.", "homepage_url": "https:\/\/www.reducerin.ro", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon32.png" }, "default_locale": "en", "options_page": "src\/bg\/options.html", "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.google.com\/*", "http:\/\/www.google.com\/*", "notifications" ] } |