Upburst Analytics

Getting Google Analytics for comparison on Ad platforms

Was ist Upburst Analytics?

Upburst Analytics ist eine Chrome-Erweiterung, die von Upburst Company entwickelt wurde, und ihr Hauptmerkmal ist "Getting Google Analytics for comparison on Ad platforms".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Upburst Analytics-Erweiterungs-CRX-Datei herunterladen

Laden Sie Upburst Analytics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Upburst Analytics Upburst Analytics
ID ehnmioploplhcambhaoimgpjhbikeobj
Offizielle URL https://chromewebstore.google.com/detail/upburst-analytics/ehnmioploplhcambhaoimgpjhbikeobj
Beschreibung Getting Google Analytics for comparison on Ad platforms
Dateigröße 362 KB
Installationsanzahl 25
Aktuelle Version 1.3.0
Letztes Update 2022-11-01
Veröffentlichungsdatum 2022-03-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Upburst Company
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://app.upburst.io
Hilfeseite URL https://app.upburst.io/support
URL der Datenschutzrichtlinien-Seite https://upburst.io/privacy-policy
Unterstützte Sprachen 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
}