Performance Planner Analyzer

The Performance Planner Analyzer allows the user to transform Ads data & visualise it in useful ways.

Τι είναι το Performance Planner Analyzer;

Το Performance Planner Analyzer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.websavvy.com.au, και η κύρια λειτουργία του είναι "The Performance Planner Analyzer allows the user to transform Ads data & visualise it in useful ways.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Performance Planner Analyzer

Λήψη αρχείων επέκτασης Performance Planner Analyzer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Performance Planner Analyzer allows you to use the data in multiple ways. You can chart your profit, not just revenue or total conversions. And change breakeven points to see what happens to your 'profit curve'. Discover the ideal budget to maximise your profit, and see what the incremental CPA or ROAS is for those extra dollars invested.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Performance Planner Analyzer Performance Planner Analyzer
ID ogimbgbaldleieilnofjeienjondgmfn
Επίσημο URL https://chromewebstore.google.com/detail/performance-planner-analy/ogimbgbaldleieilnofjeienjondgmfn
Περιγραφή The Performance Planner Analyzer allows the user to transform Ads data & visualise it in useful ways.
Μέγεθος Αρχείου 147 KB
Αριθμός Εγκαταστάσεων 26
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2021-02-04
Ημερομηνία Δημοσίευσης 2021-01-25
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://www.websavvy.com.au
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.websavvy.com.au/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk9OVmIYRZbtv\/kIi5Ln7gkkSM5snOVZ24cOYR7TbIGChdDUKLPuWVtbrdBZA7zD0HUXU4idIB7a\/Eo\/b2Es1tzBVvuzHGzNv9\/MpnI\/Eru446yiPnVhlOgphMFRBT4vIlTJ2LZVEvF8BWxEfsT6Mz3IuHbP3ukBv6b5Q99P4t0ULDm6PgMyf2wZxoGUXAVw7XTB37OzxHIpgWrfYFWhYZAKgjBdxeutR++RZCaVGjTw29AveRypNX7UjFlQ5GfBTlz7W7UD7KiH9gL7YtL0Qnj+ZsYtzrmN14wCXk0pkhgfAtE4YkvJoCtntzn2B1EZDCGsacdLudR4jZQFBxKjIFwIDAQAB",
    "name": "Performance Planner Analyzer",
    "version": "2.0",
    "description": "The Performance Planner Analyzer allows the user to transform Ads data & visualise it in useful ways.",
    "permissions": [
        "declarativeContent",
        "identity",
        "https:\/\/ads.google.com\/*"
    ],
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ads.google.com\/*"
            ],
            "js": [
                "content\/inject.js",
                "content\/intercept.js"
            ],
            "run_at": "document_start"
        }
    ],
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "assets\/16.png",
            "24": "assets\/24.png",
            "32": "assets\/32.png",
            "64": "assets\/64.png",
            "128": "assets\/128.png",
            "256": "assets\/256.png"
        }
    },
    "icons": {
        "16": "assets\/16.png",
        "24": "assets\/24.png",
        "32": "assets\/32.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png",
        "256": "assets\/256.png"
    },
    "oauth2": {
        "client_id": "830407752509-qtgnjs8tde5o0nr1bjh19bvtpv2hn3g1.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/unpkg.com; object-src 'self'",
    "web_accessible_resources": [
        "content\/intercept.js"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/ads.google.com\/*"
        ]
    },
    "manifest_version": 2
}