Upburst Analytics

Getting Google Analytics for comparison on Ad platforms

什么是Upburst Analytics?

Upburst Analytics是由Upburst Company开发的Chrome扩展程序,该扩展的主要功能是“Getting Google Analytics for comparison on Ad platforms”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Upburst Analytics扩展crx文件

下载Upburst Analytics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Upburst dynamically inserts your Shopify and Google Analytics tracking data inside your Facebook ads manager. Your store analytics data is matched to each campaign, ad set and ad so that you can make informed decisions on your ads based on Shopify and Google Analytics tracking.                    

扩展基本信息

名称 Upburst Analytics Upburst Analytics
ID ehnmioploplhcambhaoimgpjhbikeobj
官方URL https://chromewebstore.google.com/detail/upburst-analytics/ehnmioploplhcambhaoimgpjhbikeobj
简介 Getting Google Analytics for comparison on Ad platforms
文件大小 362 KB
安装次数 25
当前版本 1.3.0
更新时间 2022-11-01
上架时间 2022-03-14
评分 5.00/5 共1次评分
开发者 Upburst Company
电子邮箱 [email protected]
付费类型 free
扩展官网 https://app.upburst.io
帮助页面URL https://app.upburst.io/support
隐私政策页面URL https://upburst.io/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upburst Analytics",
    "version": "1.3.0",
    "description": "Getting Google Analytics for comparison on Ad platforms",
    "permissions": [
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/business.facebook.com\/*",
        "https:\/\/*.facebook.com\/v14.0\/*\/*"
    ],
    "icons": {
        "16": "assets\/img\/icon_16.png",
        "48": "assets\/img\/icon_48.png",
        "128": "assets\/img\/icon_128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/business.facebook.com\/adsmanager\/manage\/*"
            ],
            "js": [
                "app.js",
                "js\/jquery\/jquery-3.6.0.min.js",
                "js\/jquery\/jquery-ui.min.js",
                "js\/jquery\/jquery.simulate.js",
                "js\/jquery\/jquery.simulate.ext.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}