Transitiv - Ad Preview

Ad Preview and Screenshot Download for Testing Ad Placement Tags

Transitiv - Ad Preview क्या है?

Transitiv - Ad Preview https://transitiv.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ad Preview and Screenshot Download for Testing Ad Placement Tags"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Transitiv - Ad Preview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}