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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Natively integrated with major ad buying interface, Grasp minimizes media buying errors."입니다.
확장 프로그램 스크린샷
Grasp | Media buying done right 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ " |