Ad Review Toolbar BETA (by Google)
A toolbar to allow publishers to see detailed information about ads served by Google to their site.
Wat is Ad Review Toolbar BETA (by Google)?
Ad Review Toolbar BETA (by Google) is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "A toolbar to allow publishers to see detailed information about ads served by Google to their site.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ad Review Toolbar BETA (by Google)
Download Ad Review Toolbar BETA (by Google)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Ad Review Toolbar BETA (by Google) |
ID | akloeedfoicedcgaigjnglkfhpcbjlmn |
Officiële URL | https://chromewebstore.google.com/detail/ad-review-toolbar-beta-by/akloeedfoicedcgaigjnglkfhpcbjlmn |
Beschrijving | A toolbar to allow publishers to see detailed information about ads served by Google to their site. |
Bestandsgrootte | 21.38 KB |
Aantal Installaties | 1,657 |
Huidige Versie | 0.10.0 |
Laatst Bijgewerkt | 2013-02-06 |
Publicatiedatum | 2013-02-06 |
Beoordeling | 3.69/5 Totaal 26 Beoordelingen |
Ontwikkelaar | [email protected] |
Betalingswijze | free |
Ondersteunde Talen | 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" } |