Smartme App

Consigue dinero directo y premios por tu participación, ayudándonos a entender mejor cómo utilizamos internet.

Hvad er Smartme App?

Smartme App er en Chrome-udvidelse udviklet af https://www.smartmeapp.com, og dens hovedfunktion er "Consigue dinero directo y premios por tu participación, ayudándonos a entender mejor cómo utilizamos internet.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Smartme App-udvidelses-CRX-fil

Download Smartme App-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Si ya eres usuario de Smartme App, puedes participar en más estudios y ganar más puntos al instalarte la extensión para Chrome de Smartme. Tan solo debes instalarla, iniciar sesión con los mismos datos que lo haces en la app y empezarás a acumular puntos extra todos los días.

Si aún no eres usuario de Smartme App, búscanos en Google Play, descarga la app y ¡regístrate!                    

Grundlæggende oplysninger om udvidelsen

Navn Smartme App Smartme App
ID kbjnnjogglcocecdndgbplpfanbopmjh
Officiel URL https://chromewebstore.google.com/detail/smartme-app/kbjnnjogglcocecdndgbplpfanbopmjh
Beskrivelse Consigue dinero directo y premios por tu participación, ayudándonos a entender mejor cómo utilizamos internet.
Filstørrelse 122 KB
Antal Installationer 5,558
Nuværende Version 1.6
Senest Opdateret 2022-11-09
Udgivelsesdato 2019-09-05
Bedømmelse 4.00/5 Samlet 24 Bedømmelser
Udvikler https://www.smartmeapp.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://smartmeapp.com/info/smartme/aviso_legal.php
Understøttede Sprog es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smartme App",
    "version": "1.6",
    "description": "Consigue dinero directo y premios por tu participaci\u00f3n, ayud\u00e1ndonos a entender mejor c\u00f3mo utilizamos internet.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/moment.min.js",
                "assets\/js\/popup.js",
                "assets\/js\/validate.min.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "history",
        "alarms",
        "background",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/gitcdn.github.io\/bootstrap-toggle\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "64": "assets\/images\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/16.png",
            "32": "assets\/images\/32.png",
            "48": "assets\/images\/48.png",
            "128": "assets\/images\/128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Smartme App"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    }
}