ROAS monster Chrome Extension
ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager.
Qu'est-ce que ROAS monster Chrome Extension ?
ROAS monster Chrome Extension est une extension Chrome développée par Roas monster INC., et sa fonction principale est "ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ROAS monster Chrome Extension
Téléchargez les fichiers d'extension ROAS monster Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ROAS monster Chrome Extension |
ID | domjhleclehkocjjcbfcebmcjpbmlggh |
URL Officiel | https://chromewebstore.google.com/detail/roas-monster-chrome-exten/domjhleclehkocjjcbfcebmcjpbmlggh |
Description | ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager. |
Taille du Fichier | 475 KB |
Nombre d'Installations | 25 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2022-12-19 |
Date de Publication | 2022-02-02 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Roas monster INC. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://roasmonster.com/ |
URL de la Page d'Aide | https://roasmonster.com/contact |
URL de la Page de Politique de Confidentialité | https://roasmonster.com/privacy-policy |
Langues Prises en Charge | 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": [ " |