Smartme App

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

Smartme Appคืออะไร?

Smartme App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.smartmeapp.com และคุณลักษณะหลักของมันคือ "Consigue dinero directo y premios por tu participación, ayudándonos a entender mejor cómo utilizamos internet."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smartme App

ดาวน์โหลดไฟล์ส่วนขยาย Smartme App ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smartme App Smartme App
ID kbjnnjogglcocecdndgbplpfanbopmjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smartme-app/kbjnnjogglcocecdndgbplpfanbopmjh
คำอธิบาย Consigue dinero directo y premios por tu participación, ayudándonos a entender mejor cómo utilizamos internet.
ขนาดไฟล์ 122 KB
จำนวนการติดตั้ง 5,558
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2022-11-09
วันที่เผยแพร่ 2019-09-05
คะแนน 4.00/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา https://www.smartmeapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://smartmeapp.com/info/smartme/aviso_legal.php
ภาษาที่รองรับ 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'"
    }
}