adnomaly

We protect your mediabudget.

Co to jest adnomaly?

adnomaly to rozszerzenie Chrome opracowane przez adnomaly technologies GmbH, a jego główną funkcją jest „We protect your mediabudget.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia adnomaly

Pobierz pliki rozszerzeń adnomaly w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa adnomaly adnomaly
ID chddbpembfkengmfmffinnnghooaohmc
Oficjalny URL https://chromewebstore.google.com/detail/adnomaly/chddbpembfkengmfmffinnnghooaohmc
Opis We protect your mediabudget.
Rozmiar pliku 578 KB
Liczba instalacji 122
Aktualna Wersja 1.1.5
Ostatnia Aktualizacja 2023-10-18
Data Publikacji 2022-10-14
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper adnomaly technologies GmbH
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.adnomaly.de
Adres URL Strony Pomocy https://www.adnomaly.de
Adres URL Strony Polityki Prywatności https://adnomaly.de/datenschutzerklaerung
Obsługiwane Języki 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"
            ]
        }
    ]
}