Upburst Analytics

Getting Google Analytics for comparison on Ad platforms

Wat is Upburst Analytics?

Upburst Analytics is een Chrome-extensie ontwikkeld door Upburst Company, en de belangrijkste functie is "Getting Google Analytics for comparison on Ad platforms".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Upburst Analytics

Download Upburst Analytics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Upburst Analytics Upburst Analytics
ID ehnmioploplhcambhaoimgpjhbikeobj
Officiële URL https://chromewebstore.google.com/detail/upburst-analytics/ehnmioploplhcambhaoimgpjhbikeobj
Beschrijving Getting Google Analytics for comparison on Ad platforms
Bestandsgrootte 362 KB
Aantal Installaties 25
Huidige Versie 1.3.0
Laatst Bijgewerkt 2022-11-01
Publicatiedatum 2022-03-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Upburst Company
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://app.upburst.io
Help Pagina-URL https://app.upburst.io/support
URL van de Privacybeleid Pagina https://upburst.io/privacy-policy
Ondersteunde Talen 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
}