Guru
Guru extention
什麼是Guru?
Guru是由kevin.guruapp開發的Chrome擴展程式,該擴展的主要功能是“Guru extention”。
擴展截圖
下載Guru擴展crx文件
下載Guru擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ieainnnpneadbpjdhnapdompaacnbdnd |
官方網址 | https://chrome.google.com/webstore/detail/guru/ieainnnpneadbpjdhnapdompaacnbdnd |
簡介 | Guru extention |
檔案大小 | 282 KB |
安裝次數 | 32 |
目前版本 | 1.9 |
更新時間 | 2020-10-24 |
上架時間 | 2020-05-03 |
評分 | 5.00/5 共 3 次評分 |
開發者 | kevin.guruapp |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://fbadsguru.com |
說明頁面URL | https://fbadsguru.com/helpcenter |
隱私政策頁面URL | https://fbadsguru.com/privacypolicies |
支援的語言 | 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" } } |