Transitiv - Ad Preview
Ad Preview and Screenshot Download for Testing Ad Placement Tags
Wat is Transitiv - Ad Preview?
Transitiv - Ad Preview is een Chrome-extensie ontwikkeld door https://transitiv.io, en de belangrijkste functie is "Ad Preview and Screenshot Download for Testing Ad Placement Tags".
Extensie Screenshots
Download het CRX-bestand van de extensie Transitiv - Ad Preview
Download Transitiv - Ad Preview-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
Transitiv Ad Preview gives you the power and flexibility to quickly verify what your ad tag will look like on your favorite publisher's website and also capture a screenshot with two clicks of a mouse. No need for fancy graphics program/skills, advanced html/javascript/css knowledge, or bugging a trafficker/adops team member, or media buyer, and definitely no more time wasted hitting refresh hoping that your ad finally shows up while wasting real money on wasted impressions just to test that an ad-tag renders correctly on a placement. We love feedback, so let us know what you think!
Basisinformatie over de Extensie
Naam | Transitiv - Ad Preview |
ID | fkimcedplddnajbcichfkonmblgljffa |
Officiële URL | https://chromewebstore.google.com/detail/transitiv-ad-preview/fkimcedplddnajbcichfkonmblgljffa |
Beschrijving | Ad Preview and Screenshot Download for Testing Ad Placement Tags |
Bestandsgrootte | 11.78 KB |
Aantal Installaties | 55 |
Huidige Versie | 0.0.0.3 |
Laatst Bijgewerkt | 2017-10-17 |
Publicatiedatum | 2017-10-16 |
Ontwikkelaar | https://transitiv.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://transitiv.io |
URL van de Privacybeleid Pagina | https://transitiv.io/terms |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transitiv - Ad Preview", "version": "0.0.0.3", "description": "Ad Preview and Screenshot Download for Testing Ad Placement Tags", "icons": { "16": "TransitivExtIcon.png", "128": "TransitivExtIcon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "TransitivExtIcon.png", "default_title": "Transitiv Ad Preview", "default_popup": "mainPopUp.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "downloads", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ], "manifest_version": 2 } |