Publisher UI Extension for MoPub

Manage line items in MoPub dashboard

什麼是Publisher UI Extension for MoPub?

Publisher UI Extension for MoPub是由Ricky Yu開發的Chrome擴展程式,該擴展的主要功能是“Manage line items in MoPub dashboard”。

擴展截圖

screenshot

下載Publisher UI Extension for MoPub擴展crx文件

下載Publisher UI Extension for MoPub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The extension provides an easy to managing your waterfall in MoPub dashboard. If you have any feedback or questions, please email me [email protected]

This Chrome extension is an experimental project and by no mean affiliated nor endorsed by MoPub — a Twitter company. The developer is still working on it. Like many other Chrome extensions, it may be buggy, or it may change dramatically in the future. It may even be removed in a future update. By using it to perform changes in your MoPub account, you use it at your own risks.                    

擴展基本資訊

名稱 Publisher UI Extension for MoPub Publisher UI Extension for MoPub
ID jaihkapinopgfinfccdoepmfnfecjghm
官方網址 https://chromewebstore.google.com/detail/publisher-ui-extension-fo/jaihkapinopgfinfccdoepmfnfecjghm
簡介 Manage line items in MoPub dashboard
檔案大小 2.5 MB
安裝次數 192
目前版本 1.0.0
更新時間 2021-09-24
上架時間 2020-05-31
開發者 Ricky Yu
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Publisher UI Extension for MoPub",
    "version": "1.0.0",
    "description": "Manage line items in MoPub dashboard",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/jquery-3.4.1.min.js",
            "lib\/lodash-core.js",
            "lib\/http.js",
            "js\/helper\/utils.js",
            "js\/backgrounds\/backgroundStatic.js",
            "js\/backgrounds\/notificationManager.js",
            "js\/backgrounds\/badgeManager.js",
            "js\/backgrounds\/loginHandler.js",
            "js\/backgrounds\/logoutHandler.js",
            "js\/backgrounds\/sessionHandler.js",
            "js\/backgrounds\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/default-logo.png",
        "default_title": "Publisher UI Extension for MoPub"
    },
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.mopub.com\/",
        "notifications"
    ]
}