TRAVEL CLUB - COMPRAS ONLINE

TRAVEL CLUB - COMPRAS ONLINE

What is TRAVEL CLUB - COMPRAS ONLINE?

TRAVEL CLUB - COMPRAS ONLINE is a Chrome extension developed by https://www.travelclub.es, and its main feature is "TRAVEL CLUB - COMPRAS ONLINE".

Extension Screenshots

screenshot
screenshot
screenshot

Download TRAVEL CLUB - COMPRAS ONLINE Extension CRX File

Download TRAVEL CLUB - COMPRAS ONLINE extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name TRAVEL CLUB - COMPRAS ONLINE TRAVEL CLUB - COMPRAS ONLINE
ID abecfjgdgmpdeccfpnmckfliackhcfgc
Official URL https://chromewebstore.google.com/detail/travel-club-compras-onlin/abecfjgdgmpdeccfpnmckfliackhcfgc
Description TRAVEL CLUB - COMPRAS ONLINE
File Size 165 KB
Installation Count 30,000
Current Version 1.0.7
Last Updated 2022-12-29
Publish Date 2020-05-04
Rating 1.96/5 Total 24 Ratings
Developer https://www.travelclub.es
Email [email protected]
Payment Type free
Extension Website https://www.travelclub.es/extension
Help Page URL https://www.travelclub.es/ayuda.cfm
Privacy Policy Page URL https://www.travelclub.es/legal/cond_generales_2018.cfm?tab=8
Supported Languages 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:\/\/*\/",
        ""
    ],
    "icons": {
        "16": "assets\/images\/logo_16.png",
        "32": "assets\/images\/logo_32.png",
        "48": "assets\/images\/logo_48.png",
        "128": "assets\/images\/logo_128.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/logo_32.png",
        "default_title": "TRAVEL CLUB - COMPRAS ONLINE",
        "default_popup": "html\/login.html"
    },
    "web_accessible_resources": [
        "html\/logged.html",
        "html\/login.html",
        "libs\/google-analytics-bundle.js",
        "libs\/jquery\/jquery.min.js",
        "config.js",
        "assets\/js\/common.js",
        "assets\/js\/analytics.js",
        "assets\/js\/login.js",
        "assets\/js\/logged.js",
        "assets\/images\/LOGO_TC_2018.png",
        "assets\/css\/style.css"
    ]
}