ahi-ta! Tu asistente personal para el Super

ahi-ta! te ayuda a simplificar tu compra en el supermercado, ahorrando tiempo y dinero.

Τι είναι το ahi-ta! Tu asistente personal para el Super;

Το ahi-ta! Tu asistente personal para el Super είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ahi-ta.com, και η κύρια λειτουργία του είναι "ahi-ta! te ayuda a simplificar tu compra en el supermercado, ahorrando tiempo y dinero.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ahi-ta! Tu asistente personal para el Super

Λήψη αρχείων επέκτασης ahi-ta! Tu asistente personal para el Super σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Hacé tus compras sin esfuerzo y deja que ahi-ta! te muestre las mejores oportunidades de productos y medios de pago.

ahi-ta! calcula todos los ahorros posibles entre miles de productos y promociones y compara todos los medios de pago disponibles para que puedas comprar con tranquilidad sabiendo que estas haciendo la mejor compra posible.

Al descargar y/o utilizar esta extension, usted acepta los Términos y Condiciones, así como las Políticas de Privacidad disponibles en: https://ahi-ta.com/terminos-y-condiciones.html
https://ahi-ta.com/politicas-de-privacidad.html                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ahi-ta! Tu asistente personal para el Super ahi-ta! Tu asistente personal para el Super
ID jkhpbpgagbfgijdoofjbfglpbjdbomnc
Επίσημο URL https://chromewebstore.google.com/detail/ahi-ta-tu-asistente-perso/jkhpbpgagbfgijdoofjbfglpbjdbomnc
Περιγραφή ahi-ta! te ayuda a simplificar tu compra en el supermercado, ahorrando tiempo y dinero.
Μέγεθος Αρχείου 1.99 MB
Αριθμός Εγκαταστάσεων 18,867
Τρέχουσα Έκδοση 3.0.71
Τελευταία Ενημέρωση 2023-09-26
Ημερομηνία Δημοσίευσης 2020-12-18
Αξιολόγηση 4.06/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://ahi-ta.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ahi-ta.com
URL της Σελίδας Πολιτικής Απορρήτου https://ahi-ta.com/politicas-de-privacidad.html
Υποστηριζόμενες Γλώσσες es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "ahi-ta! te ayuda a simplificar tu compra en el supermercado, ahorrando tiempo y dinero.",
    "default_locale": "es",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "19": "icons\/19.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/ahi-ta.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.ahi-ta.com\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19_grey.png",
            "38": "icons\/38_grey.png",
            "48": "icons\/48_grey.png",
            "128": "icons\/128_grey.png"
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/**\/*",
                "css\/ahi-ta.css",
                "js\/cotoInlineScript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src http:\/\/localhost:8007 https:\/\/www.cotodigital3.com.ar\/ https:\/\/*.ahi-ta.com https:\/\/*.newrelic.com https:\/\/www.jumbo.com.ar https:\/\/www.carrefour.com.ar https:\/\/www.disco.com.ar https:\/\/www.vea.com.ar https:\/\/diaonline.supermercadosdia.com.ar\/ https:\/\/www.masonline.com.ar; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com"
    },
    "version": "3.0.71"
}