adnomaly

We protect your mediabudget.

Wat is adnomaly?

adnomaly is een Chrome-extensie ontwikkeld door adnomaly technologies GmbH, en de belangrijkste functie is "We protect your mediabudget.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie adnomaly

Download adnomaly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Daily, statt Lifetime, Budget? Kein Enddatum ausgewählt? Audience Network nicht deaktiviert? Nur einige Beispiele der Settings die pro Plattform unterschiedlich per Default ausgewählt sind. Damit es bei der Vielzahl an Kampagnen, die es anzulegen gilt, nicht zu teuren Setupfehlern kommt, haben wir das adnomaly on-screen prevention Feature entwickelt.

Durch das Anzeigen von Echtzeit Warnhinweisen in deinem Ads Manager werden Setupfehler präventiv verhindert noch bevor die Kampagne mit falschen Einstellungen hochgeladen wird.

Um diese Extension nutzen zu können müssen Sie Kunde von adnomaly technologies GmbH sein. Kontaktieren Sie uns gerne jederzeit!                    

Basisinformatie over de Extensie

Naam adnomaly adnomaly
ID chddbpembfkengmfmffinnnghooaohmc
Officiële URL https://chromewebstore.google.com/detail/adnomaly/chddbpembfkengmfmffinnnghooaohmc
Beschrijving We protect your mediabudget.
Bestandsgrootte 578 KB
Aantal Installaties 122
Huidige Versie 1.1.5
Laatst Bijgewerkt 2023-10-18
Publicatiedatum 2022-10-14
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar adnomaly technologies GmbH
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.adnomaly.de
Help Pagina-URL https://www.adnomaly.de
URL van de Privacybeleid Pagina https://adnomaly.de/datenschutzerklaerung
Ondersteunde Talen de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "adnomaly",
    "description": "__MSG_extDescription__",
    "version": "1.1.5",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/128.png",
                "icons\/favicon_blue.png",
                "icons\/warning_orange.png",
                "content-meta.js"
            ],
            "matches": [
                "https:\/\/ads.tiktok.com\/*",
                "https:\/\/ads.snapchat.com\/*",
                "https:\/\/ads.twitter.com\/*",
                "https:\/\/ads.pinterest.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/business.facebook.com\/*",
                "https:\/\/adsmanager.facebook.com\/*",
                "https:\/\/*.sprinklr.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ads.tiktok.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-tiktok.js"
            ],
            "css": [
                "css\/base.css"
            ]
        },
        {
            "matches": [
                "https:\/\/ads.snapchat.com\/*"
            ],
            "js": [
                "\/content-snapchat.js"
            ],
            "css": [
                "css\/base.css"
            ]
        },
        {
            "matches": [
                "https:\/\/ads.twitter.com\/*"
            ],
            "js": [
                "\/content-twitter.js"
            ],
            "css": [
                "css\/base.css"
            ]
        },
        {
            "matches": [
                "https:\/\/ads.pinterest.com\/*"
            ],
            "js": [
                "\/content-pinterest.js"
            ],
            "css": [
                "css\/base.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "\/content-linkedin.js"
            ],
            "css": [
                "css\/base.css"
            ]
        },
        {
            "matches": [
                "https:\/\/business.facebook.com\/adsmanager\/*",
                "https:\/\/adsmanager.facebook.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "\/inject.js"
            ],
            "css": [
                "css\/base.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.sprinklr.com\/*"
            ],
            "js": [
                "\/content-sprinklr.js"
            ],
            "css": [
                "css\/base.css"
            ]
        }
    ]
}