PubGuru Ad Inspector

Troubleshoot your ad tags and scale your revenue.

Τι είναι το PubGuru Ad Inspector;

Το PubGuru Ad Inspector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MonetizeMore, και η κύρια λειτουργία του είναι "Troubleshoot your ad tags and scale your revenue.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PubGuru Ad Inspector

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

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

                        Looking for a replacement for Google Publisher Console?

Boy have we got the solution for you! 

With PubGuru Ad Inspector you can quickly analyze any website’s advertising setup and gain a complete understanding of the page load performance across all of your ad partners. 

Diagnose the many different kinds of page load, timeout and configuration issues you’re running into across your advertising partners, ad server and header bidding adapters.

Dashboard
Full desktop and mobile page analysis to visualize the page load process, isolate your ad units and provide actionable advice on your advertising technology setup.

Notifications
Real-time notifications to give you a specific analysis of your advertising setup categorized into actionable advice on errors, warnings and passes. 

Header Bidding
Get a comprehensive on-page visualization of your header bidding auction and diagnose issues you’re running into with your demand partners like timeouts, empty responses and misconfigurations.

Google Ad Manager
Get a real-time view of any significant errors or warnings coming from specific pages of your Google Ad Manager setup.

Help us keep PubGuru Ad Inspector working for your advertising technology needs. If you run into issues or have any feedback please email us at [email protected]


---

By installing the app, you agree to these terms and conditions: https://www.monetizemore.com/terms-of-service/

Privacy policy: https://www.monetizemore.com/privacy-policy/                    

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

Όνομα PubGuru Ad Inspector PubGuru Ad Inspector
ID nnoilpdinmjmdfpkdkbbkajejflbkoma
Επίσημο URL https://chromewebstore.google.com/detail/pubguru-ad-inspector/nnoilpdinmjmdfpkdkbbkajejflbkoma
Περιγραφή Troubleshoot your ad tags and scale your revenue.
Μέγεθος Αρχείου 84.34 KB
Αριθμός Εγκαταστάσεων 3,086
Τρέχουσα Έκδοση 1.0.15
Τελευταία Ενημέρωση 2021-07-04
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 4.82/5 Συνολικά 45 Αξιολογήσεις
Προγραμματιστής MonetizeMore
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.pubguru.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PubGuru Ad Inspector",
    "version": "1.0.15",
    "manifest_version": 2,
    "description": "Troubleshoot your ad tags and scale your revenue.",
    "homepage_url": "https:\/\/www.pubguru.com",
    "icons": {
        "128": "icons\/nicon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js",
                "templates\/popup.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/nicon128.png",
        "default_title": "PubGuru Ad Inspector",
        "default_popup": "templates\/popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab"
    ],
    "web_accessible_resources": [
        "js\/content-script.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/ai.pubguru.com\/*"
        ]
    }
}