CodiceSconto
Estensione che ti notifica la presenza di coupon, offerte e sconti su CodiceSconto.
Was ist CodiceSconto?
CodiceSconto ist eine Chrome-Erweiterung, die von https://www.codicesconto.com entwickelt wurde, und ihr Hauptmerkmal ist "Estensione che ti notifica la presenza di coupon, offerte e sconti su CodiceSconto.".
Erweiterungsscreenshots
CodiceSconto-Erweiterungs-CRX-Datei herunterladen
Laden Sie CodiceSconto-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
CodiceSconto è il portale leader italiano dedicato ai codici sconto per acquistare risparmiando.
Lo scopo principale di questa estensione è quello di notificarti quando abbiamo trovato un codice sconto o un offerta significativa valida per il sito che stai navigando.
Ti consigliamo di aggiungere l'estensione anche perché è la prima in Italia con la tecnologia auto apply, che applica per te nel carrello il miglior codice sconto valido tra quelli a disposizione, senza che tu debba fare nulla. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ggggbcdagagielndanbjleachkmilija |
| Offizielle URL | https://chromewebstore.google.com/detail/codicesconto/ggggbcdagagielndanbjleachkmilija |
| Beschreibung | Estensione che ti notifica la presenza di coupon, offerte e sconti su CodiceSconto. |
| Dateigröße | 826 KB |
| Installationsanzahl | 9,133 |
| Aktuelle Version | 3.0.11 |
| Letztes Update | 2023-04-02 |
| Veröffentlichungsdatum | 2020-05-04 |
| Bewertung | 4.00/5 Insgesamt 8 Bewertungen |
| Entwickler | https://www.codicesconto.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.codicesconto.com |
| Hilfeseite URL | https://www.codicesconto.com/contatti |
| Unterstützte Sprachen | it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CodiceSconto",
"version": "3.0.11",
"description": "Estensione che ti notifica la presenza di coupon, offerte e sconti su CodiceSconto.",
"icons": {
"16": "images\/cs-16.png",
"19": "images\/cs-19.png",
"32": "images\/cs-32.png",
"38": "images\/cs-38.png",
"48": "images\/cs-48.png",
"128": "images\/cs-128.png"
},
"manifest_version": 2,
"background": {
"scripts": [
"scripts\/utility.min.js",
"scripts\/background.min.js"
]
},
"web_accessible_resources": [
"pages\/popup.html",
"pages\/autoapply\/start.html",
"pages\/autoapply\/progress.html",
"pages\/autoapply\/success.html",
"pages\/autoapply\/fail.html"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end",
"css": [
"css\/frame.css"
],
"js": [
"scripts\/content_script.min.js",
"scripts\/content_script_autoapply.min.js"
]
}
],
"browser_action": {
"default_icon": "images\/cs-38.png",
"default_title": "CodiceSconto"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"cookies",
"alarms"
]
} | |