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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://roasmonster.com/contact |
عنوان صفحة سياسة الخصوصية | 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": [ " |