Ad Review Toolbar BETA (by Google)

A toolbar to allow publishers to see detailed information about ads served by Google to their site.

Ad Review Toolbar BETA (by Google)란 무엇입니까?

Ad Review Toolbar BETA (by Google)은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A toolbar to allow publishers to see detailed information about ads served by Google to their site."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ad Review Toolbar BETA (by Google) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Ad Review Toolbar BETA (by Google) is designed for publishers that are using Google AdSense or DoubleClick Ad Exchange on their site. The tool allows publishers to see more detailed information about the ads running on their site while viewing them the browser. 

This tool is now DEPRECATED. There is an alternative toolbar at https://chrome.google.com/webstore/detail/google-publisher-toolbar/omioeahgfecgfpfldejlnideemfidnkc?hl=en.

Changelist:

0.10.0
Deprecated

0.9.13
Various bugfixes
 - Green borders around ads no longer disappear after the ad is hovered over
 - Higher z-indices of overlays and toolbar to support more site designs
 - Support for changed extension API in chrome 17
Make not authorized error per page, instead of per ad

0.9.12
Add support for ads served by googleadservices.com                    

확장 프로그램 기본 정보

이름 Ad Review Toolbar BETA (by Google) Ad Review Toolbar BETA (by Google)
ID akloeedfoicedcgaigjnglkfhpcbjlmn
공식 URL https://chromewebstore.google.com/detail/ad-review-toolbar-beta-by/akloeedfoicedcgaigjnglkfhpcbjlmn
설명 A toolbar to allow publishers to see detailed information about ads served by Google to their site.
파일 크기 21.38 KB
설치 횟수 1,657
현재 버전 0.10.0
최근 업데이트 2013-02-06
출시 날짜 2013-02-06
평점 3.69/5 총 26 개의 평점
개발자 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionTitle__",
    "version": "0.10.0",
    "description": "__MSG_extensionDescription__",
    "browser_action": {
        "default_icon": "icon_disabled.png",
        "default_title": "__MSG_extensionTitle__"
    },
    "default_locale": "en_US",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "toolbar.html"
    ],
    "minimum_chrome_version": "6"
}