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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roas monster INC. และคุณลักษณะหลักของมันคือ "ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ROAS monster Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย ROAS monster Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [ " |