MiaProva

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

O que é MiaProva?

MiaProva é uma extensão do Chrome desenvolvida por https://www.miaprova.com, e sua principal característica é "MiaProva facilitates organizational scale and visibility into optimization programs. This extension is for Adobe Target end users.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MiaProva

Baixe arquivos de extensão MiaProva no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome MiaProva MiaProva
ID mgmachpoeeklnmmiamheacganlehicdb
URL Oficial https://chromewebstore.google.com/detail/miaprova/mgmachpoeeklnmmiamheacganlehicdb
Descrição MiaProva facilitates organizational scale and visibility into optimization programs. This extension is for Adobe Target end users.
Tamanho do Arquivo 2.73 MB
Contagem de Instalações 1,805
Versão Atual 1.0.0.24
Última Atualização 2022-05-23
Data de Publicação 2020-05-03
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://www.miaprova.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.miaprova.com?utm_source=chrome-store&utm_medium=referral&utm_campaign=extenstion-listing&utm_content=chrome
URL da Página de Ajuda https://www.miaprova.com/support?utm_source=chrome-store&utm_medium=referral&utm_campaign=extenstion-listing&utm_content=support
URL da Página de Política de Privacidade https://www.miaprova.com/privacy
Idiomas Suportados 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"
    ]
}