Publisher UI Extension for MoPub
Manage line items in MoPub dashboard
Publisher UI Extension for MoPub क्या है?
Publisher UI Extension for MoPub Ricky Yu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage line items in MoPub dashboard"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Publisher UI Extension for MoPub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ID | jaihkapinopgfinfccdoepmfnfecjghm |
आधिकारिक URL | 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" ] } |