Transitiv - Ad Preview

Ad Preview and Screenshot Download for Testing Ad Placement Tags

Transitiv - Ad Previewとは何ですか?

Transitiv - Ad Previewはhttps://transitiv.ioによって開発されたChromeの拡張機能で、その主な機能は「Ad Preview and Screenshot Download for Testing Ad Placement Tags」です。

拡張機能のスクリーンショット

screenshot

Transitiv - Ad Preview拡張機能のCRXファイルをダウンロード

Transitiv - Ad Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Transitiv - Ad Preview Transitiv - Ad Preview
ID fkimcedplddnajbcichfkonmblgljffa
公式URL https://chromewebstore.google.com/detail/transitiv-ad-preview/fkimcedplddnajbcichfkonmblgljffa
説明 Ad Preview and Screenshot Download for Testing Ad Placement Tags
ファイルサイズ 11.78 KB
インストール数 55
現在のバージョン 0.0.0.3
最終更新日 2017-10-17
公開日 2017-10-16
開発者 https://transitiv.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://transitiv.io
プライバシーポリシーページのURL https://transitiv.io/terms
対応言語 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
}