MiaProva

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

什麼是MiaProva?

MiaProva是由https://www.miaprova.com開發的Chrome擴展程式,該擴展的主要功能是“MiaProva facilitates organizational scale and visibility into optimization programs. This extension is for Adobe Target end users.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載MiaProva擴展crx文件

下載MiaProva擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 MiaProva MiaProva
ID mgmachpoeeklnmmiamheacganlehicdb
官方網址 https://chromewebstore.google.com/detail/miaprova/mgmachpoeeklnmmiamheacganlehicdb
簡介 MiaProva facilitates organizational scale and visibility into optimization programs. This extension is for Adobe Target end users.
檔案大小 2.73 MB
安裝次數 1,805
目前版本 1.0.0.24
更新時間 2022-05-23
上架時間 2020-05-03
評分 5.00/5 共 7 次評分
開發者 https://www.miaprova.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.miaprova.com?utm_source=chrome-store&utm_medium=referral&utm_campaign=extenstion-listing&utm_content=chrome
說明頁面URL https://www.miaprova.com/support?utm_source=chrome-store&utm_medium=referral&utm_campaign=extenstion-listing&utm_content=support
隱私政策頁面URL https://www.miaprova.com/privacy
支援的語言 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"
    ]
}