Grasp | Media buying done right

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

Grasp | Media buying done right là gì?

Grasp | Media buying done right là một tiện ích mở rộng Chrome được phát triển bởi Grasp.gg, và tính năng chính của nó là "Natively integrated with major ad buying interface, Grasp minimizes media buying errors.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Grasp | Media buying done right

Tải xuống các tệp mở rộng Grasp | Media buying done right dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Grasp | Media buying done right Grasp | Media buying done right
ID gnncjalmnfmdilagegplkkckngolohof
URL Chính Thức https://chromewebstore.google.com/detail/grasp-media-buying-done-r/gnncjalmnfmdilagegplkkckngolohof
Mô tả Natively integrated with major ad buying interface, Grasp minimizes media buying errors.
Kích Thước Tệp 5.39 MB
Số Lần Cài Đặt 8,755
Phiên Bản Hiện Tại 24.0229.0942.02858
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2021-03-04
Đánh Giá 5.00/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Grasp.gg
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://grasp.gg
URL Trang Trợ Giúp https://grasp.gg/
URL Trang Chính Sách Bảo Mật https://grasp.gg/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}