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 là gì?
ROAS monster Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Roas monster INC., và tính năng chính của nó là "ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ROAS monster Chrome Extension
Tải xuống các tệp mở rộng ROAS monster Chrome Extension 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ROAS monster Chrome Extension |
ID | domjhleclehkocjjcbfcebmcjpbmlggh |
URL Chính Thức | https://chromewebstore.google.com/detail/roas-monster-chrome-exten/domjhleclehkocjjcbfcebmcjpbmlggh |
Mô tả | ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager. |
Kích Thước Tệp | 475 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2022-12-19 |
Ngày Phát Hành | 2022-02-02 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Roas monster INC. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://roasmonster.com/ |
URL Trang Trợ Giúp | https://roasmonster.com/contact |
URL Trang Chính Sách Bảo Mật | https://roasmonster.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |