TRAVEL CLUB - COMPRAS ONLINE
TRAVEL CLUB - COMPRAS ONLINE
Was ist TRAVEL CLUB - COMPRAS ONLINE?
TRAVEL CLUB - COMPRAS ONLINE ist eine Chrome-Erweiterung, die von https://www.travelclub.es entwickelt wurde, und ihr Hauptmerkmal ist "TRAVEL CLUB - COMPRAS ONLINE".
Erweiterungsscreenshots
TRAVEL CLUB - COMPRAS ONLINE-Erweiterungs-CRX-Datei herunterladen
Laden Sie TRAVEL CLUB - COMPRAS ONLINE-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
La extensión de Travel Club nos permite ayudarte a conseguir puntos con tus compras y viajes online. Una vez instalada, incluye el número de Tarjeta Travel Club donde quieres sumar puntos y ¡ya está! Cada vez que accedas a una de las más de 200 tiendas online disponibles te avisaremos y con un simple clic en dicho aviso podrás sumar puntos con tus compras o reservas online. ¡Que no se te escape ningún punto con tus compras y reservas online! • Descarga la extensión para tu navegador. • Introduce tu número de Tarjeta Travel Club. • La extensión te avisará cuando estés en una web en la que puedas sumar puntos. • Haz clic en el aviso y compra con normalidad ¡Nosotros te sumaremos los puntos!
Grundlegende Informationen zur Erweiterung
Name | TRAVEL CLUB - COMPRAS ONLINE |
ID | abecfjgdgmpdeccfpnmckfliackhcfgc |
Offizielle URL | https://chromewebstore.google.com/detail/travel-club-compras-onlin/abecfjgdgmpdeccfpnmckfliackhcfgc |
Beschreibung | TRAVEL CLUB - COMPRAS ONLINE |
Dateigröße | 165 KB |
Installationsanzahl | 30,000 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2022-12-29 |
Veröffentlichungsdatum | 2020-05-04 |
Bewertung | 1.96/5 Insgesamt 24 Bewertungen |
Entwickler | https://www.travelclub.es |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.travelclub.es/extension |
Hilfeseite URL | https://www.travelclub.es/ayuda.cfm |
URL der Datenschutzrichtlinien-Seite | https://www.travelclub.es/legal/cond_generales_2018.cfm?tab=8 |
Unterstützte Sprachen | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TRAVEL CLUB - COMPRAS ONLINE", "version": "1.0.7", "description": "TRAVEL CLUB - COMPRAS ONLINE", "background": { "scripts": [ "libs\/jquery\/jquery.min.js", "config.js", "assets\/js\/common.js", "assets\/js\/analytics.js", "assets\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/jquery\/jquery.min.js", "config.js", "assets\/js\/common.js", "assets\/js\/analytics.js", "assets\/js\/logged.js", "assets\/js\/login.js" ] } ], "options_ui": { "page": "html\/options.html", "chrome_style": true }, "permissions": [ "tabs", "activeTab", "storage", "https:\/\/www.google-analytics.com\/", "http:\/\/*\/", "https:\/\/*\/", " |