PubMonkey

Automate order setup and configuration of MoPub and Google Ad Manager ad servers.

Qu'est-ce que PubMonkey ?

PubMonkey est une extension Chrome développée par https://postindustria.com, et sa fonction principale est "Automate order setup and configuration of MoPub and Google Ad Manager ad servers.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PubMonkey

Téléchargez les fichiers d'extension PubMonkey au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        PubMonkey automates creation of Google Ad Manager and MoPub orders with hundreds of line items in seconds - doing all the “monkey job” instead of you! (hence the name).  PubMonkey supports a number of header bidding / in-app bidding services. Please refer to the screenshot section to see the list of supported Header Bidding Services. 

Full list of features:
✅ Export and Backup your orders configuration.
It exports order and all included line items settings to a JSON file so that you can store them locally and synchronize between your devices.

✅ Export ad sources for a particular ad unit (MoPub only).
You get a CSV export of the ad sources set up for a particular ad unit.  This allows you to backup the configuration and compare it to the adjusted setup later.

✅ Import and Transfer your orders configuration.
Tune your orders even being offline by editing JSON file. Import it to any Mopub/GAM account in seconds. Same way you can restore pre-saved configuration. 

✅ Create orders with granular line items. 
Header bidding specifics requires a big set of similar line items that target a specific price niche. Do not waste hours on routine one-by-one operations! Let us do it for you.

✅ Duplicate orders easily.
Experiment with different granularity, advertisers, ad servers, ad units etc. making changes in the whole order, including all embedded line items.

✅ Multiply line items with custom settings.
Just make a template line item with custom settings and multiply it with one click. Thus, you will have a possibility to “play” with settings and organise monetization strategy.

✅ Perform a “health check” of your configuration and performance.

A note on permissions.  The extension requests the following permissions:
    "tabs",
    "identity",
    "webRequest",
    "webRequestBlocking",
    "https://app.mopub.com/*",
    "https://ads.google.com/apis/*"
These are absolutely necessary to communicate with the MoPub or Google Ad Manager website opened in a separate tab.  "tabs" permission translates into "Read your browsing history" human readable permission, but we don't access the actual history - we just access a MoPub/GAM tab.                    

Informations de Base sur l'Extension

Nom PubMonkey PubMonkey
ID cjbdhopmleoleednpeaknmmbepfkhaml
URL Officiel https://chromewebstore.google.com/detail/pubmonkey/cjbdhopmleoleednpeaknmmbepfkhaml
Description Automate order setup and configuration of MoPub and Google Ad Manager ad servers.
Taille du Fichier 2.03 MB
Nombre d'Installations 47
Version Actuelle 2.10.0.22
Dernière Mise à Jour 2022-01-20
Date de Publication 2020-02-17
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://postindustria.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://postindustria.com/
URL de la Page d'Aide http://postindustria.com/wp-content/uploads/2019/07/PubMonkey-manual.pdf
URL de la Page de Politique de Confidentialité https://pubmonkey.postindustria.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PubMonkey",
    "description": "Automate order setup and configuration of MoPub and Google Ad Manager ad servers.",
    "version": "2.10.0.22",
    "icons": {
        "16": "images\/16x16-favicon-PubMonkey.png",
        "32": "images\/32x32-logo-PubMonkey.png",
        "48": "images\/48x48-logo-PubMonkey.png",
        "64": "images\/64x64-logo-PubMonkey.png",
        "128": "images\/128x128-logo-PubMonkey.png"
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/app.mopub.com\/*",
        "https:\/\/apps.admob.com\/*",
        "identity",
        "https:\/\/ads.google.com\/apis\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.mopub.com\/*",
                "https:\/\/apps.admob.com\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/app.mopub.com\/*",
            "https:\/\/apps.admob.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/16x16-favicon-PubMonkey.png",
            "32": "images\/32x32-logo-PubMonkey.png",
            "48": "images\/48x48-logo-PubMonkey.png",
            "64": "images\/64x64-logo-PubMonkey.png",
            "128": "images\/128x128-logo-PubMonkey.png"
        },
        "default_title": "PubMonkey"
    },
    "oauth2": {
        "client_id": "917236193237-q3ggaet87ksdf2ql5joqqauccffsmnsg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/dfp"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqSHaLCt6ViRzqae5i9gmz6wk0xzKDdG4Dg2PmhVz9+fj5cMFVolAzC194i3KvL+JP+ubQFI0zg1pyjS\/152k3T7PHdLqCrJSoymKbuPfcMHyA5IsuqDw3m9MEyPz\/EFqJpuEA7srfz5O2JbiVC6U6gzArPc2C4xUnwqu+FSdcjHBRT2e3tcOxUyjRS2EuClEBbWh431ub6OTWPxjpYvnidlORgSBe5p8ma6UW+uuOE20VcF\/D++0O+7Uc1SLlx+VbQ764IQJf8Sj74tEv51Rt8QO8E2tO+JsQsECRiXcBUGL2TACo1yGVCd881jNSViNg+ahSAbN7yDXaNwmjACgfwIDAQAB"
}