ROAS monster Chrome Extension
ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager.
ROAS monster Chrome Extension란 무엇입니까?
ROAS monster Chrome Extension은(는) Roas monster INC.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager."입니다.
확장 프로그램 스크린샷
ROAS monster Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ROAS Monster Chrome Extension is a performance boosting extension that displays additional metrics from store into Facebook ads manager. It pulls store data such as sales, orders and quantity, and displays them in the Facebook ads manager column, next to the basic metric, so you can compare Facebook data with real time store results for all the products you advertise. If you use the ROAS metric for your business, you can display the Real ROAS column, and if you use CPO (Cost per Purchase), you can display the CPO column. With all new metrics based on store data you can understand your ads better, and scale your business even faster. Find extension setup tutorial here: https://www.roasmonster.com/chrome-extension
확장 프로그램 기본 정보
이름 | ROAS monster Chrome Extension |
ID | domjhleclehkocjjcbfcebmcjpbmlggh |
공식 URL | https://chromewebstore.google.com/detail/roas-monster-chrome-exten/domjhleclehkocjjcbfcebmcjpbmlggh |
설명 | ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager. |
파일 크기 | 475 KB |
설치 횟수 | 25 |
현재 버전 | 2.1 |
최근 업데이트 | 2022-12-19 |
출시 날짜 | 2022-02-02 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Roas monster INC. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://roasmonster.com/ |
도움말 페이지 URL | https://roasmonster.com/contact |
개인정보 보호 정책 페이지 URL | https://roasmonster.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ROAS monster Chrome Extension", "description": "ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager.", "version": "2.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": "img\/logo16.png", "32": "img\/logo32.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "options_page": "options.html", "action": { "default_popup": "index.html", "default_icon": { "16": "img\/logo16.png", "32": "img\/logo32.png", "48": "img\/logo48.png", "128": "img\/logo128.png" } }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/business.facebook.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ " |