Transitiv - Ad Preview

Ad Preview and Screenshot Download for Testing Ad Placement Tags

Qu'est-ce que Transitiv - Ad Preview ?

Transitiv - Ad Preview est une extension Chrome développée par https://transitiv.io, et sa fonction principale est "Ad Preview and Screenshot Download for Testing Ad Placement Tags".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Transitiv - Ad Preview

Téléchargez les fichiers d'extension Transitiv - Ad Preview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Transitiv - Ad Preview Transitiv - Ad Preview
ID fkimcedplddnajbcichfkonmblgljffa
URL Officiel https://chromewebstore.google.com/detail/transitiv-ad-preview/fkimcedplddnajbcichfkonmblgljffa
Description Ad Preview and Screenshot Download for Testing Ad Placement Tags
Taille du Fichier 11.78 KB
Nombre d'Installations 55
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2017-10-17
Date de Publication 2017-10-16
Développeur https://transitiv.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://transitiv.io
URL de la Page de Politique de Confidentialité https://transitiv.io/terms
Langues Prises en Charge 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
}