Azerion Ad Expert
Explore Prebid and GAM auction details for display and video. Check the web page GDPR TCFv2 readiness.
Τι είναι το Azerion Ad Expert;
Το Azerion Ad Expert είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον j.bartek, και η κύρια λειτουργία του είναι "Explore Prebid and GAM auction details for display and video. Check the web page GDPR TCFv2 readiness.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Azerion Ad Expert
Λήψη αρχείων επέκτασης Azerion Ad Expert σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
See header bidding auction details for Prebid and Headerlift for all slots in all iframes found on the page. Multiple Prebid instances in the same frame are also supported. **Bonus Feature** Click a slot name in the Top frame and if visible, the slot will be highlighted on the page. Notes and limitations: - CPM price of Google's bids is not available because Google Ad Manager doesn't expose it in the bid response. - The winner of the video ad slot auction is currently not available. - If there is an ad slot showing an ad but the extension reports "no bids in the last auction" then if the web page has a regular ad refresh configured the ad displayed most likely comes from a previous auction. - If there are bids for an ad slot but no bid is marked as winner, please check the ad server pricing rules.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Azerion Ad Expert |
ID | nndadbimjipilgfojofhpjjkhgflkihc |
Επίσημο URL | https://chromewebstore.google.com/detail/azerion-ad-expert/nndadbimjipilgfojofhpjjkhgflkihc |
Περιγραφή | Explore Prebid and GAM auction details for display and video. Check the web page GDPR TCFv2 readiness. |
Μέγεθος Αρχείου | 2.53 MB |
Αριθμός Εγκαταστάσεων | 873 |
Τρέχουσα Έκδοση | 3.0.1 |
Τελευταία Ενημέρωση | 2024-02-01 |
Ημερομηνία Δημοσίευσης | 2020-04-22 |
Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | j.bartek |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://azerion.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Azerion", "description": "Explore Prebid and GAM auction details for display and video. Check the web page GDPR TCFv2 readiness.", "name": "Azerion Ad Expert", "version": "3.0.1", "manifest_version": 3, "permissions": [ "activeTab", "webRequest", "scripting", "favicon", "storage" ], "action": { "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png" }, "default_title": "Azerion Ad Expert", "default_popup": "src\/entries\/popup\/index.html" }, "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png", "64": "icons\/64.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "content_scripts": [ { "js": [ "src\/entries\/contentScript\/primary\/main.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true, "match_about_blank": true, "run_at": "document_end" } ], "options_ui": { "page": "src\/entries\/options\/index.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "assets\/src\/entries\/contentScript\/primary\/main-4514baf6.js", "assets\/runtime-dom.esm-bundler-ac88781a.js", "assets\/browser-polyfill-380becf2.js", "assets\/_commonjsHelpers-34b38cf0.js" ], "matches": [ "*:\/\/*\/*" ], "use_dynamic_url": true } ] } |