Guru

Guru extention

什么是Guru?

Guru是由kevin.guruapp开发的Chrome扩展程序,该扩展的主要功能是“Guru extention”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 Guru Guru
ID ieainnnpneadbpjdhnapdompaacnbdnd
官方URL 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"
    }
}