Upburst Analytics

Getting Google Analytics for comparison on Ad platforms

Apa itu Upburst Analytics?

Upburst Analytics adalah ekstensi Chrome yang dikembangkan oleh Upburst Company, dan fitur utamanya adalah "Getting Google Analytics for comparison on Ad platforms".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Upburst Analytics

Unduh file ekstensi Upburst Analytics dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Upburst Analytics Upburst Analytics
ID ehnmioploplhcambhaoimgpjhbikeobj
URL Resmi https://chromewebstore.google.com/detail/upburst-analytics/ehnmioploplhcambhaoimgpjhbikeobj
Deskripsi Getting Google Analytics for comparison on Ad platforms
Ukuran File 362 KB
Jumlah Instalasi 25
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2022-11-01
Tanggal Publikasi 2022-03-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Upburst Company
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://app.upburst.io
URL Halaman Bantuan https://app.upburst.io/support
URL Halaman Kebijakan Privasi https://upburst.io/privacy-policy
Bahasa yang Didukung 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
}