Transitiv - Ad Preview

Ad Preview and Screenshot Download for Testing Ad Placement Tags

Transitiv - Ad Preview là gì?

Transitiv - Ad Preview là một tiện ích mở rộng Chrome được phát triển bởi https://transitiv.io, và tính năng chính của nó là "Ad Preview and Screenshot Download for Testing Ad Placement Tags".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Transitiv - Ad Preview

Tải xuống các tệp mở rộng Transitiv - Ad Preview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Transitiv - Ad Preview Transitiv - Ad Preview
ID fkimcedplddnajbcichfkonmblgljffa
URL Chính Thức https://chromewebstore.google.com/detail/transitiv-ad-preview/fkimcedplddnajbcichfkonmblgljffa
Mô tả Ad Preview and Screenshot Download for Testing Ad Placement Tags
Kích Thước Tệp 11.78 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2017-10-17
Ngày Phát Hành 2017-10-16
Nhà Phát Triển https://transitiv.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://transitiv.io
URL Trang Chính Sách Bảo Mật https://transitiv.io/terms
Ngôn Ngữ Được Hỗ Trợ 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
}