Upburst Analytics
Getting Google Analytics for comparison on Ad platforms
Upburst Analytics là gì?
Upburst Analytics là một tiện ích mở rộng Chrome được phát triển bởi Upburst Company, và tính năng chính của nó là "Getting Google Analytics for comparison on Ad platforms".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Upburst Analytics
Tải xuống các tệp mở rộng Upburst Analytics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Upburst Analytics |
ID | ehnmioploplhcambhaoimgpjhbikeobj |
URL Chính Thức | https://chromewebstore.google.com/detail/upburst-analytics/ehnmioploplhcambhaoimgpjhbikeobj |
Mô tả | Getting Google Analytics for comparison on Ad platforms |
Kích Thước Tệp | 362 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2022-11-01 |
Ngày Phát Hành | 2022-03-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Upburst Company |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://app.upburst.io |
URL Trang Trợ Giúp | https://app.upburst.io/support |
URL Trang Chính Sách Bảo Mật | https://upburst.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |