Guru
Guru extention
Guru là gì?
Guru là một tiện ích mở rộng Chrome được phát triển bởi kevin.guruapp, và tính năng chính của nó là "Guru extention".
Ả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 Guru
Tải xuống các tệp mở rộng Guru 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
Guru extension is developed for business intelligence at Facebook Ad Manager which calculates campaigns, ad-sets & ads values as per strategies created by business merchants. During strategies creation, merchant can create multiple rules and our extension reflects the strategies and rules created and shows the filtered data on Facebook Ad Manager as per the rules. For the analytics tab we calculate the analytics data from the facebook and shopify for example average order value, sales, calculated profit etc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ieainnnpneadbpjdhnapdompaacnbdnd |
URL Chính Thức | https://chrome.google.com/webstore/detail/guru/ieainnnpneadbpjdhnapdompaacnbdnd |
Mô tả | Guru extention |
Kích Thước Tệp | 282 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.9 |
Cập Nhật Lần Cuối | 2020-10-24 |
Ngày Phát Hành | 2020-05-03 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | kevin.guruapp |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://fbadsguru.com |
URL Trang Trợ Giúp | https://fbadsguru.com/helpcenter |
URL Trang Chính Sách Bảo Mật | https://fbadsguru.com/privacypolicies |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Guru", "description": "Guru extention", "version": "1.9", "manifest_version": 2, "permissions": [ "activeTab", "tabs", "storage", "cookies", "contentSettings", "pageCapture", "*:\/\/fbadsguru.com\/", "*:\/\/business.facebook.com\/adsmanager\/", "*:\/\/www.facebook.com\/adsmanager\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Guru", "default_popup": "popup.html" }, "icons": { "16": "1.png", "32": "2.png", "48": "3.png", "128": "4.png" } } |