AdSense Active View Monitor
Monitors Activity of Google AdSense Active View
AdSense Active View Monitor란 무엇입니까?
AdSense Active View Monitor은(는) GV Software Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitors Activity of Google AdSense Active View"입니다.
확장 프로그램 스크린샷
AdSense Active View Monitor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | AdSense Active View Monitor |
ID | cmjfeoafompmdagkmabefjhmoibfiapm |
공식 URL | https://chromewebstore.google.com/detail/adsense-active-view-monit/cmjfeoafompmdagkmabefjhmoibfiapm |
설명 | Monitors Activity of Google AdSense Active View |
파일 크기 | 17.41 KB |
설치 횟수 | 1,861 |
현재 버전 | 1.1 |
최근 업데이트 | 2022-02-02 |
출시 날짜 | 2016-01-26 |
평점 | 4.71/5 총 51 개의 평점 |
개발자 | GV Software Solutions |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/ |
도움말 페이지 URL | https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/ |
개인정보 보호 정책 페이지 URL | https://www.gvsoso.com/privacy-policy |
지원되는 언어 | 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" } } |