Grasp | Media buying done right

Natively integrated with major ad buying interface, Grasp minimizes media buying errors.

Was ist Grasp | Media buying done right?

Grasp | Media buying done right ist eine Chrome-Erweiterung, die von Grasp.gg entwickelt wurde, und ihr Hauptmerkmal ist "Natively integrated with major ad buying interface, Grasp minimizes media buying errors.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Grasp | Media buying done right-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grasp | Media buying done right-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Grasp is the one and only preventive QA solution dedicated to digital media buying processes.

Natively integrated with major digital media buying platforms on Social (Facebook, etc), Search (Google Ads, etc) and Programmatic (DV360, etc), Grasp effectively prevents media buying errors. 

Grasp enforces predefined media buying guidelines directly during campaign setup, and reflags any mistakes before a campaign is created. We can QA various campaign setup elements, such as: 

- Budget type
- Buying mode
- Flight dates
- Naming & Tracking
- Audiences 
- Fee inclusion

Grasp extension is powered by the Grasp platform (https://app.grasp.gg). Contact the Grasp team ([email protected]) to gain access to the platform and to start using the extension today.                    

Grundlegende Informationen zur Erweiterung

Name Grasp | Media buying done right Grasp | Media buying done right
ID gnncjalmnfmdilagegplkkckngolohof
Offizielle URL https://chromewebstore.google.com/detail/grasp-media-buying-done-r/gnncjalmnfmdilagegplkkckngolohof
Beschreibung Natively integrated with major ad buying interface, Grasp minimizes media buying errors.
Dateigröße 5.39 MB
Installationsanzahl 8,755
Aktuelle Version 24.0229.0942.02858
Letztes Update 2024-03-04
Veröffentlichungsdatum 2021-03-04
Bewertung 5.00/5 Insgesamt 16 Bewertungen
Entwickler Grasp.gg
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://grasp.gg
Hilfeseite URL https://grasp.gg/
URL der Datenschutzrichtlinien-Seite https://grasp.gg/privacy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Grasp | Media buying done right",
    "homepage_url": "https:\/\/app.grasp.gg\/activation\/",
    "description": "Natively integrated with major ad buying interface, Grasp minimizes media buying errors.",
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.grasp.gg\/*",
            "https:\/\/localhost:8080\/*"
        ]
    },
    "permissions": [
        "scripting"
    ],
    "optional_permissions": [
        "tabs",
        "storage"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src https:\/\/*;"
    },
    "content_scripts": [],
    "action": {
        "default_icon": {
            "16": "icons\/logo16.png",
            "32": "icons\/logo32.png",
            "48": "icons\/logo48.png",
            "128": "icons\/logo128.png"
        },
        "default_popup": "src\/popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.map",
                "is-loaded.js",
                "fonts\/*.woff2",
                "css\/*.css",
                "assets\/*.css",
                "js\/*.js",
                "src\/popup\/index.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "gnncjalmnfmdilagegplkkckngolohof"
            ]
        }
    ],
    "version": "24.0229.0942.02858"
}