Grasp | Media buying done right

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

Grasp | Media buying done right क्या है?

Grasp | Media buying done right Grasp.gg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Natively integrated with major ad buying interface, Grasp minimizes media buying errors."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Grasp | Media buying done right एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Grasp | Media buying done right Grasp | Media buying done right
ID gnncjalmnfmdilagegplkkckngolohof
आधिकारिक URL https://chromewebstore.google.com/detail/grasp-media-buying-done-r/gnncjalmnfmdilagegplkkckngolohof
विवरण Natively integrated with major ad buying interface, Grasp minimizes media buying errors.
फ़ाइल का आकार 5.39 MB
स्थापना संख्या 8,755
वर्तमान संस्करण 24.0229.0942.02858
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2021-03-04
रेटिंग 5.00/5 कुल 16 रेटिंग्स
डेवलपर Grasp.gg
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://grasp.gg
सहायता पृष्ठ URL https://grasp.gg/
गोपनीयता नीति पृष्ठ URL https://grasp.gg/privacy.html
समर्थित भाषाएँ 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"
}