Goin

Ahorra dinero y consigue recompensas al comprar online. Cuando añadas Goin a tu buscador, nosotros haremos todo el trabajo, así que…

Was ist Goin?

Goin ist eine Chrome-Erweiterung, die von https://goin.app entwickelt wurde, und ihr Hauptmerkmal ist "Ahorra dinero y consigue recompensas al comprar online. Cuando añadas Goin a tu buscador, nosotros haremos todo el trabajo, así que…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Goin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Goin-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

                        Ahorra dinero y consigue recompensas al comprar online. Cuando añadas Goin a tu buscador, nosotros haremos todo el trabajo, así que siéntate y disfruta del Cashback.

Te avisaremos al navegar en un comercio con Cashback disponible. RECUERDA activar la oferta para recibir el Cashback.

💸 Media de 114€/año ganados por usuario
🏆 App de recompensas #1 en España
🛍 +1.000 tiendas con Cashback

Te damos dinero de vuelta por comprar en las mejores portales de viajes como Booking. En las mejores marcas de ropa como Nike o Bershka. Y en los gigantes del comercio electrónico como Aliexpress. Y muuuuuchas más!

No hay nada peor que perder dinero, así que deja de hacerlo y compra al mejor precio con la extensión de Goin. ¿A qué esperas?                    

Grundlegende Informationen zur Erweiterung

Name Goin Goin
ID obedbcmjponhgaedmimlembeobcfnkbc
Offizielle URL https://chromewebstore.google.com/detail/goin/obedbcmjponhgaedmimlembeobcfnkbc
Beschreibung Ahorra dinero y consigue recompensas al comprar online. Cuando añadas Goin a tu buscador, nosotros haremos todo el trabajo, así que…
Dateigröße 2.38 MB
Installationsanzahl 3,787
Aktuelle Version 0.4.3
Letztes Update 2023-11-02
Veröffentlichungsdatum 2023-03-17
Bewertung 4.98/5 Insgesamt 1030 Bewertungen
Entwickler https://goin.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://goin.app
Hilfeseite URL https://faqs.goin.app
URL der Datenschutzrichtlinien-Seite https://goin.app/privacy
Unterstützte Sprachen es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.4.3",
    "name": "Goin",
    "host_permissions": [
        "*:\/\/*.goin.money\/*",
        "*:\/\/*.goin.app\/*",
        "*:\/\/web.goin.money\/*",
        "*:\/\/staging-web.goin.money\/*",
        "*:\/\/api.mixpanel.com\/*"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/web.goin.money\/*",
            "*:\/\/staging-web.goin.money\/*"
        ]
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "icon-disabled.png"
            ],
            "matches": []
        }
    ]
}