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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}