Ogury Intelligent Monetization

Automatically configure your AdMob account for Ogury Intelligent Monetization.

Ogury Intelligent Monetizationคืออะไร?

Ogury Intelligent Monetization เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.adincube.com และคุณลักษณะหลักของมันคือ "Automatically configure your AdMob account for Ogury Intelligent Monetization."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ogury Intelligent Monetization

ดาวน์โหลดไฟล์ส่วนขยาย Ogury Intelligent Monetization ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        --- Please deactivate temporarily your Ad Blocker for a successful synchronisation ---

AdinCube is the leading mediation solution for mobile app developers. It's the one-stop platform for ad monetization.

Through one simple integration, AdinCube gives you access to all the major ad networks and ad exchanges on the market. It optimizes your revenues between all actors, gathers your earnings for you and pays you immediately.

This plugin helps you to easily synchronize your AdMob account with AdinCube.

AdMob is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ogury Intelligent Monetization Ogury Intelligent Monetization
ID lnidefigjmppgldionolpbkjkcjflgeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ogury-intelligent-monetiz/lnidefigjmppgldionolpbkjkcjflgeo
คำอธิบาย Automatically configure your AdMob account for Ogury Intelligent Monetization.
ขนาดไฟล์ 141 KB
จำนวนการติดตั้ง 115
เวอร์ชันปัจจุบัน 3.1.5
อัปเดตครั้งล่าสุด 2019-09-02
วันที่เผยแพร่ 2019-09-02
คะแนน 4.64/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://www.adincube.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.adincube.com
URL หน้าช่วยเหลือ http://www.adincube.com/dashboard/#/faq
URL หน้านโยบายความเป็นส่วนตัว https://storage.googleapis.com/adincube-resources/doc/Privacy_policy.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ogury Intelligent Monetization",
    "short_name": "Ogury IM",
    "description": "Automatically configure your AdMob account for Ogury Intelligent Monetization.",
    "version": "3.1.5",
    "icons": {
        "16": "img\/icon-16x16.png",
        "32": "img\/icon-32x32.png",
        "48": "img\/icon-48x48.png",
        "96": "img\/icon-96x96.png",
        "128": "img\/icon-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19x19.png",
            "38": "img\/icon-38x38.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "js\/modal.js",
        "css\/modal.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/apps.admob.com\/",
                "https:\/\/apps.admob.com\/v2\/home"
            ],
            "js": [
                "js\/vendor\/jquery-2.2.0.min.js",
                "js\/vendor\/underscore-1.8.3.min.js",
                "js\/countdowntimer.js",
                "js\/modal.js",
                "js\/utils.js",
                "js\/admob\/adincubenotifier.js",
                "js\/admob\/admobutils.js",
                "js\/admob\/admobinternalapiutils.js",
                "js\/admob\/admobinternalapi.js",
                "js\/admob\/admobv2internalapi.js",
                "js\/admob\/adincubefloorsynchronizerv2.js",
                "js\/admob\/adincubeadunitsynchronizer.js",
                "js\/admob.js"
            ]
        },
        {
            "matches": [
                "https:\/\/console.developers.google.com\/*"
            ],
            "js": [
                "js\/vendor\/jquery-2.2.0.min.js",
                "js\/modal.js",
                "js\/countdowntimer.js",
                "js\/utils.js",
                "js\/cloudconsole\/utils.js",
                "js\/cloudconsole\/adincubenotifier.js",
                "js\/cloudconsole\/adsenseapiactivator.js",
                "js\/cloudconsole\/consentscreenconfigurer.js",
                "js\/cloudconsole\/oauthclientidcreator.js",
                "js\/cloudconsole\/projectcreator.js",
                "js\/cloudconsole.js"
            ]
        },
        {
            "matches": [
                "https:\/\/dashboard.adincube.com\/dashboard\/"
            ],
            "js": [
                "js\/vendor\/jquery-2.2.0.min.js",
                "js\/countdowntimer.js",
                "js\/utils.js",
                "js\/adincube.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor\/jquery-2.2.0.min.js",
            "js\/countdowntimer.js",
            "js\/utils.js",
            "js\/api\/identityapi.js",
            "js\/bg.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}