Guru

Guru extention

Wat is Guru?

Guru is een Chrome-extensie ontwikkeld door kevin.guruapp, en de belangrijkste functie is "Guru extention".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Guru

Download Guru-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Guru Guru
ID ieainnnpneadbpjdhnapdompaacnbdnd
Officiële URL https://chrome.google.com/webstore/detail/guru/ieainnnpneadbpjdhnapdompaacnbdnd
Beschrijving Guru extention
Bestandsgrootte 282 KB
Aantal Installaties 32
Huidige Versie 1.9
Laatst Bijgewerkt 2020-10-24
Publicatiedatum 2020-05-03
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar kevin.guruapp
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fbadsguru.com
Help Pagina-URL https://fbadsguru.com/helpcenter
URL van de Privacybeleid Pagina https://fbadsguru.com/privacypolicies
Ondersteunde Talen 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"
    }
}