Ad Review Toolbar BETA (by Google)

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

¿Qué es Ad Review Toolbar BETA (by Google)?

Ad Review Toolbar BETA (by Google) es una extensión de Chrome desarrollada por [email protected], y su función principal es "A toolbar to allow publishers to see detailed information about ads served by Google to their site.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Ad Review Toolbar BETA (by Google)

Descarga archivos de extensión Ad Review Toolbar BETA (by Google) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Ad Review Toolbar BETA (by Google) Ad Review Toolbar BETA (by Google)
ID akloeedfoicedcgaigjnglkfhpcbjlmn
URL Oficial https://chromewebstore.google.com/detail/ad-review-toolbar-beta-by/akloeedfoicedcgaigjnglkfhpcbjlmn
Descripción A toolbar to allow publishers to see detailed information about ads served by Google to their site.
Tamaño del Archivo 21.38 KB
Cantidad de Instalaciones 1,657
Versión Actual 0.10.0
Última Actualización 2013-02-06
Fecha de Publicación 2013-02-06
Calificación 3.69/5 Total de 26 Calificaciones
Desarrollador [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}