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"입니다.
확장 프로그램 스크린샷
Publisher UI Extension for MoPub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |