Ad Creative Weight

This extension helps "weigh" ad creative within DFP. It's only intended to be used in DFP.

Ad Creative Weight là gì?

Ad Creative Weight là một tiện ích mở rộng Chrome được phát triển bởi Russell Simpkins, và tính năng chính của nó là "This extension helps "weigh" ad creative within DFP. It's only intended to be used in DFP.".

Ả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 Ad Creative Weight

Tải xuống các tệp mở rộng Ad Creative Weight 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

                        This extension is for use within DFP for creatives. The extension only works on the creative detail page. 

It looks for the link to preview the creative and uses that URL to analyze creative weight. It does three different types of analysis. It loads the creative in an iframe and calculates the time it took to load in the iframe. It uses the PageSpeed Tools insight API to load the creative to get a count of the number of bytes total and broken down by html, css, image and javascript. The last test it can do is a WebPageSpeed test. 

To enable WebPageTest, you must enable in the options and provide a valid key.

This is an initial proof of concept done for TAM's who wanted to know more about their publisher's creatives.                    

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

Tên Ad Creative Weight Ad Creative Weight
ID cnpobemhijhmbhielipebhpdmionlccl
URL Chính Thức https://chrome.google.com/webstore/detail/cnpobemhijhmbhielipebhpdmionlccl
Mô tả This extension helps "weigh" ad creative within DFP. It's only intended to be used in DFP.
Kích Thước Tệp 1.08 MB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.12
Cập Nhật Lần Cuối 2017-10-16
Ngày Phát Hành 2017-10-16
Nhà Phát Triển Russell Simpkins
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ad Creative Weight",
    "short_name": "ad-weight",
    "description": "This extension helps \"weigh\" ad creative within DFP. It's only intended to be used in DFP.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi0CHXiOoiMkde6sHQ6WzSvGOzDeAfdFx8ay9sMeQwBKK18bhQ+B7QszJ7ejbxguFQ\/0tNt8US8vA3DMoPBLuo8JORuprzAyc4+qWOnZGaeN8HziAu9ThaFHAI\/R0L+Pd0WqRuJ3eRp2qNmCh\/MG59RFuXIdNFKf6YanlRKVyu1o\/ig921N22bUHBgqzetAomojLIF3ZlDoo1QuqxG6+xc6OvO7+hmm+FMNfqL7Abf\/hXcvpBPhvuAzMfONeN8E7CCiU0mA46dQ19iIMra4Y00hI64ImqoY9cQQSFl7fGraKUJSW\/53oiTxBzckfDeRYv24RXtUndsZwRXa6IbAd61QIDAQAB",
    "version": "1.0.12",
    "browser_action": {
        "default_title": "Ad Weight",
        "default_icon": "images\/scale.png",
        "default_popup": "ad-weight-data.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "scripts\/*"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' chrome:\/\/extension\/* https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "",
        "*:\/\/*\/*",
        "storage",
        "tabs"
    ]
}