Ad Footprint

Demystify Ad Tech and Optimize Page Performance

Τι είναι το Ad Footprint;

Το Ad Footprint είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OpenX Labs, και η κύρια λειτουργία του είναι "Demystify Ad Tech and Optimize Page Performance".

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

screenshot

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

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

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

                        Ad Footprint from OpenX Labs is a Chrome plugin that demystifies ad tech on desktop and mobile web pages, returning visibility and control to digital publishers.

- Comprehensive Page Analysis — Evaluate the page load process and view clear visualizations of who’s doing what, when, and how long it’s taking. This includes all header bidding and ad tech partners.

- Speed comparison — Rank the performance of your page against hundreds of other  websites.

- Actionable advice — Discover customized recommendations for optimizing user experience and balancing monetization.

Ad tech overload is slowing down websites and negatively impacting user experience. While publishers are gaining more control over their advertising technologies, they are still met with a convoluted web of tech providers, ad calls and tags all impacting their performance. Now more than ever publishers need a tool that tells them exactly how long it takes ad tech partners to respond, the advertising to load, and their content to deliver.

---

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

Privacy policy: http://www.openx.com/legal/                    

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

Όνομα Ad Footprint Ad Footprint
ID opiamifgedjbipmjhgdooeobfbgnlcph
Επίσημο URL https://chromewebstore.google.com/detail/ad-footprint/opiamifgedjbipmjhgdooeobfbgnlcph
Περιγραφή Demystify Ad Tech and Optimize Page Performance
Μέγεθος Αρχείου 856 KB
Αριθμός Εγκαταστάσεων 341
Τρέχουσα Έκδοση 0.1.11
Τελευταία Ενημέρωση 2018-07-15
Ημερομηνία Δημοσίευσης 2018-07-15
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής OpenX Labs
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "default-src 'self'  chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';  connect-src *; frame-src *;",
    "description": "Demystify Ad Tech and Optimize Page Performance",
    "devtools_page": "chrome-index.html",
    "manifest_version": 2,
    "name": "Ad Footprint",
    "short_name": "AF",
    "version": "0.1.11",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "frameScript.js",
                "contentScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "highlightScript.js",
                "dehighlightScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "pageScript.js",
        "headertagScript.js",
        "pubfoodScript.js",
        "prebidScript.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "OX_16x16_Favicon.png",
        "32": "OX_32x32_Favicon.png",
        "48": "OX_48x48_Favicon.png",
        "128": "OX_128x128_Favicon.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ]
}