Upburst Analytics
Getting Google Analytics for comparison on Ad platforms
What is Upburst Analytics?
Upburst Analytics is a Chrome extension developed by Upburst Company, and its main feature is "Getting Google Analytics for comparison on Ad platforms".
Extension Screenshots
Download Upburst Analytics Extension CRX File
Download Upburst Analytics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Upburst Analytics |
ID | ehnmioploplhcambhaoimgpjhbikeobj |
Official URL | https://chromewebstore.google.com/detail/upburst-analytics/ehnmioploplhcambhaoimgpjhbikeobj |
Description | Getting Google Analytics for comparison on Ad platforms |
File Size | 362 KB |
Installation Count | 25 |
Current Version | 1.3.0 |
Last Updated | 2022-11-01 |
Publish Date | 2022-03-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Upburst Company |
[email protected] | |
Payment Type | free |
Extension Website | https://app.upburst.io |
Help Page URL | https://app.upburst.io/support |
Privacy Policy Page URL | https://upburst.io/privacy-policy |
Supported Languages | 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": [ " |