adnomaly
We protect your mediabudget.
What is adnomaly?
adnomaly is a Chrome extension developed by adnomaly technologies GmbH, and its main feature is "We protect your mediabudget.".
Extension Screenshots
Download adnomaly Extension CRX File
Download adnomaly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | adnomaly |
ID | chddbpembfkengmfmffinnnghooaohmc |
Official URL | https://chromewebstore.google.com/detail/adnomaly/chddbpembfkengmfmffinnnghooaohmc |
Description | We protect your mediabudget. |
File Size | 578 KB |
Installation Count | 122 |
Current Version | 1.1.5 |
Last Updated | 2023-10-18 |
Publish Date | 2022-10-14 |
Rating | 5.00/5 Total 7 Ratings |
Developer | adnomaly technologies GmbH |
[email protected] | |
Payment Type | free |
Extension Website | https://www.adnomaly.de |
Help Page URL | https://www.adnomaly.de |
Privacy Policy Page URL | https://adnomaly.de/datenschutzerklaerung |
Supported Languages | 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" ] } ] } |