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 là gì?

ahi-ta! Tu asistente personal para el Super là một tiện ích mở rộng Chrome được phát triển bởi https://ahi-ta.com, và tính năng chính của nó là "ahi-ta! te ayuda a simplificar tu compra en el supermercado, ahorrando tiempo y dinero.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ahi-ta! Tu asistente personal para el Super

Tải xuống các tệp mở rộng ahi-ta! Tu asistente personal para el Super dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ahi-ta! Tu asistente personal para el Super ahi-ta! Tu asistente personal para el Super
ID jkhpbpgagbfgijdoofjbfglpbjdbomnc
URL Chính Thức https://chromewebstore.google.com/detail/ahi-ta-tu-asistente-perso/jkhpbpgagbfgijdoofjbfglpbjdbomnc
Mô tả ahi-ta! te ayuda a simplificar tu compra en el supermercado, ahorrando tiempo y dinero.
Kích Thước Tệp 1.99 MB
Số Lần Cài Đặt 18,867
Phiên Bản Hiện Tại 3.0.71
Cập Nhật Lần Cuối 2023-09-26
Ngày Phát Hành 2020-12-18
Đánh Giá 4.06/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://ahi-ta.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ahi-ta.com
URL Trang Chính Sách Bảo Mật https://ahi-ta.com/politicas-de-privacidad.html
Ngôn Ngữ Được Hỗ Trợ 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"
}