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은(는) https://ahi-ta.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ahi-ta! te ayuda a simplificar tu compra en el supermercado, ahorrando tiempo y dinero."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ahi-ta! Tu asistente personal para el Super 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}