Smartme App

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

Cos'è Smartme App?

Smartme App è un'estensione di Chrome sviluppata da https://www.smartmeapp.com, e la sua funzione principale è "Consigue dinero directo y premios por tu participación, ayudándonos a entender mejor cómo utilizamos internet.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Smartme App

Scarica i file di estensione Smartme App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Smartme App Smartme App
ID kbjnnjogglcocecdndgbplpfanbopmjh
URL Ufficiale https://chromewebstore.google.com/detail/smartme-app/kbjnnjogglcocecdndgbplpfanbopmjh
Descrizione Consigue dinero directo y premios por tu participación, ayudándonos a entender mejor cómo utilizamos internet.
Dimensione del File 122 KB
Conteggio Installazioni 5,558
Versione Corrente 1.6
Ultimo Aggiornamento 2022-11-09
Data di Pubblicazione 2019-09-05
Valutazione 4.00/5 Totale 24 Valutazioni
Sviluppatore https://www.smartmeapp.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://smartmeapp.com/info/smartme/aviso_legal.php
Lingue Supportate 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'"
    }
}