AdSense Active View Monitor
Monitors Activity of Google AdSense Active View
What is AdSense Active View Monitor?
AdSense Active View Monitor is a Chrome extension developed by GV Software Solutions, and its main feature is "Monitors Activity of Google AdSense Active View".
Extension Screenshots
Download AdSense Active View Monitor Extension CRX File
Download AdSense Active View Monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Monitors Activity of Google AdSense Active View A utility for Google Adsense publishers to monitor when a request for AdSense Active View occurs on their website. That way, it is possible to optimise web page layout to ensure the best performance for their ad units, in particular the Active View Viewable metric. This extension will notify you once any ad unit causes AdSense Active View to acknowledge the unit has been viewed. At this time, the Ad Slot ID and page URL are displayed in a Chrome notification.
Extension Basic Information
Name | AdSense Active View Monitor |
ID | cmjfeoafompmdagkmabefjhmoibfiapm |
Official URL | https://chromewebstore.google.com/detail/adsense-active-view-monit/cmjfeoafompmdagkmabefjhmoibfiapm |
Description | Monitors Activity of Google AdSense Active View |
File Size | 17.41 KB |
Installation Count | 1,861 |
Current Version | 1.1 |
Last Updated | 2022-02-02 |
Publish Date | 2016-01-26 |
Rating | 4.71/5 Total 51 Ratings |
Developer | GV Software Solutions |
[email protected] | |
Payment Type | free |
Extension Website | https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/ |
Help Page URL | https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/ |
Privacy Policy Page URL | https://www.gvsoso.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AdSense Active View Monitor", "short_name": "Active View Monitor", "description": "Monitors Activity of Google AdSense Active View", "version": "1.1", "permissions": [ "webRequest", "tabs", "webRequest", "notifications" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "bgp.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |