AdPushup Ops

AdPushup Ops Extension

Qu'est-ce que AdPushup Ops ?

AdPushup Ops est une extension Chrome développée par browserautomation.internal, et sa fonction principale est "AdPushup Ops Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AdPushup Ops

Téléchargez les fichiers d'extension AdPushup Ops 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

                        This extension helps the AdPushup's operations team to diagnose ad layout on publisher's website and get account level, ad unit level, auction-wise data. It allows visual reporting over ads.                    

Informations de Base sur l'Extension

Nom AdPushup Ops AdPushup Ops
ID dimgmpjajhjfnpmhdpljdofijcbpnaha
URL Officiel https://chrome.google.com/webstore/detail/adpushup-ops/dimgmpjajhjfnpmhdpljdofijcbpnaha
Description AdPushup Ops Extension
Taille du Fichier 754 KB
Nombre d'Installations 73
Version Actuelle 5.1.4
Dernière Mise à Jour 2021-05-19
Date de Publication 2020-06-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur browserautomation.internal
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.adpushup.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AdPushup Ops",
    "description": "AdPushup Ops Extension",
    "version": "5.1.4",
    "icons": {
        "128": "images\/icon.png"
    },
    "incognito": "split",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.adpushup.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "AdPushup Ops Extension",
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "helpers\/*.js"
    ]
}