Upburst Analytics

Getting Google Analytics for comparison on Ad platforms

Cos'è Upburst Analytics?

Upburst Analytics è un'estensione di Chrome sviluppata da Upburst Company, e la sua funzione principale è "Getting Google Analytics for comparison on Ad platforms".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Upburst Analytics

Scarica i file di estensione Upburst Analytics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Upburst Analytics Upburst Analytics
ID ehnmioploplhcambhaoimgpjhbikeobj
URL Ufficiale https://chromewebstore.google.com/detail/upburst-analytics/ehnmioploplhcambhaoimgpjhbikeobj
Descrizione Getting Google Analytics for comparison on Ad platforms
Dimensione del File 362 KB
Conteggio Installazioni 25
Versione Corrente 1.3.0
Ultimo Aggiornamento 2022-11-01
Data di Pubblicazione 2022-03-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Upburst Company
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://app.upburst.io
URL della Pagina di Aiuto https://app.upburst.io/support
URL della Pagina della Politica sulla Privacy https://upburst.io/privacy-policy
Lingue Supportate 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
}