Minoan | Shop & save for your vacation rental

The best way for Minoan members to shop and save across hundreds of brands.

¿Qué es Minoan | Shop & save for your vacation rental?

Minoan | Shop & save for your vacation rental es una extensión de Chrome desarrollada por https://minoanexperience.com, y su función principal es "The best way for Minoan members to shop and save across hundreds of brands.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Minoan | Shop & save for your vacation rental

Descarga archivos de extensión Minoan | Shop & save for your vacation rental en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Let’s get started! To start adding items to your Minoan Cart with the Minoan Extension:

1. After you install the extension, visit any of our brand partner websites and find an item you'd like to add to cart.

2. Open the Minoan Extension by clicking the teal ‘M’ icon in the upper right corner of your screen.

3. In most cases, the details of the product will be pre-populated. Review the item specifications to ensure you’re getting exactly what you want and update any inaccurate or missing information.

4. Then simply click “Add to Cart”. If you’d like to add the item to an existing Minoan Quote or your Wishlist, you can do that too. 

5. When you’re ready to checkout, head over to Minoan to request a quote and see all your savings.                    

Información Básica de la Extensión

Nombre Minoan | Shop & save for your vacation rental Minoan | Shop & save for your vacation rental
ID kaonbikphaokagplfljdhmmcgmhlbkhc
URL Oficial https://chromewebstore.google.com/detail/minoan-shop-save-for-your/kaonbikphaokagplfljdhmmcgmhlbkhc
Descripción The best way for Minoan members to shop and save across hundreds of brands.
Tamaño del Archivo 1.8 MB
Cantidad de Instalaciones 6,229
Versión Actual 2.0.8
Última Actualización 2024-02-26
Fecha de Publicación 2021-01-16
Calificación 5.00/5 Total de 11 Calificaciones
Desarrollador https://minoanexperience.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://minoanexperience.com
URL de la Página de Ayuda https://help.b2b.minoanexperience.com/en/articles/6137809-installing-and-using-the-minoan-chrome-extension
URL de la Página de Política de Privacidad https://storage.googleapis.com/minoan-staging/Minoan_privacy_policy.docx
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minoan | Shop & save for your vacation rental",
    "version": "2.0.8",
    "description": "The best way for Minoan members to shop and save across hundreds of brands.",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "scripting",
        "alarms"
    ],
    "icons": {
        "16": "images\/Minoan_16.png",
        "48": "images\/Minoan_48.png",
        "128": "images\/Minoan_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "iframe_content.html",
                "extension_onboarding.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_icon": {
            "32": "images\/Minoan_32.png"
        },
        "default_title": "Minoan",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}