MiaProva

MiaProva facilitates organizational scale and visibility into optimization programs. This extension is for Adobe Target end users.

¿Qué es MiaProva?

MiaProva es una extensión de Chrome desarrollada por https://www.miaprova.com, y su función principal es "MiaProva facilitates organizational scale and visibility into optimization programs. This extension is for Adobe Target end users.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MiaProva

Descarga archivos de extensión MiaProva 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

                        1.0.0.23 Update:  We now support Single-Sign-On (SSO) in the Chrome Extension for all MiaProva customers.  We've also updated Live Activities' detection based on the customized use of Adobe Target within Single Page Applications that leverage triggerView().  

The only requirement to use the MiaProva Chrome Extension is at.js.  Adobe Target users using mbox.js will need to upgrade.  MiaProva supports any use of Adobe Target Standard and Adobe Target Premium.  We also provide complete integration with Adobe Analytics to support reporting Activities that leverage A4T.  

Below is a small list of features by each MiaProva Chrome Extension tab.  We also have more information available here:  https://www.miaprova.com/blog/adobe-target-chrome-extension-brought-to-you-by-miaprova/.

ACTIVITIES tab:  Here, Adobe Target users can easily see what activities and experiences they are members of as they traverse their digital properties.  They can also see what other activities are mapped to their Adobe Target ID - very helpful to understanding the cross-test participation.  

Target users will also see the data being communicated to Adobe Target and response from Adobe with the order of activities and offers execution for QA purposes.  MiaProva also makes the offer code available for easy consumption as well.  

The premium feature on the Activities tab is that MiaProva customers can access reporting for any live Adobe Target Activity managed within MiaProva.  Additionally, MiaProva users can also upload test screenshots to those tests within this tab.  

PROFILE tab:  This tab gives Adobe Target users a window into what Profile Attributes and values are associated with their Adobe Target ID.  This feature creates an incredible opportunity for Adobe Target users to become more familiar with what Profiles are and how to use them for their personalization efforts.  You can view all of your attributes within this tab, add additional attributes (helpful for many reasons!), and edit any of your current non-user—profile attributes.

ID tab:  Users can quickly see and copy any visitor ID values used as part of their optimization efforts.  We purposely put the mbox3rdPartyId or 1st party ID in the first spot to highlight this underutilized component that allows Adobe Target users to coordinate tests across devices and use all the rich data available in internal databases.

IDEAS tab:  Premium Feature - MiaProva's Chrome Extension is directly linked to end-user MiaProva accounts.  Users can add test ideas in the context of their site and research.  MiaProva will communicate ideas submitted here to MiaProva's Idea Board for voting and prioritization.  Subscribers to new ideas will get an email letting them know.  

REPORTS tab:  Premium Feature - MiaProva customers can access all their A/B and XT test results via MiaProva's integration within Adobe I/O.  MiaProva also provides lift and statistical confidence calculations and makes them available here.  

Thank you for checking out the MiaProva Chrome Extension.  We would love any feedback, thoughts, or ideas.  Please reach out to us at [email protected], and we will get back to you right away.                    

Información Básica de la Extensión

Nombre MiaProva MiaProva
ID mgmachpoeeklnmmiamheacganlehicdb
URL Oficial https://chromewebstore.google.com/detail/miaprova/mgmachpoeeklnmmiamheacganlehicdb
Descripción MiaProva facilitates organizational scale and visibility into optimization programs. This extension is for Adobe Target end users.
Tamaño del Archivo 2.73 MB
Cantidad de Instalaciones 1,805
Versión Actual 1.0.0.24
Última Actualización 2022-05-23
Fecha de Publicación 2020-05-03
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador https://www.miaprova.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.miaprova.com?utm_source=chrome-store&utm_medium=referral&utm_campaign=extenstion-listing&utm_content=chrome
URL de la Página de Ayuda https://www.miaprova.com/support?utm_source=chrome-store&utm_medium=referral&utm_campaign=extenstion-listing&utm_content=support
URL de la Página de Política de Privacidad https://www.miaprova.com/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MiaProva",
    "short_name": "MiaProva",
    "description": "MiaProva facilitates organizational scale and visibility into optimization programs.  This extension is for Adobe Target end users.",
    "version": "1.0.0.24",
    "author": "MiaProva",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/js.loggers.js",
                "scripts\/js.object.js",
                "scripts\/js.string.js",
                "scripts\/js.messagesBus.js",
                "content_scripts\/setupLoggers.js",
                "content_scripts\/setupMessagesBus.js",
                "content_scripts\/targetRequestsInterceptor.js",
                "content_scripts\/iframeInjector.js",
                "content_scripts\/targetRequestsSimulator.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "cookies",
        "",
        "webRequestBlocking"
    ]
}