ROAS monster Chrome Extension

ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager.

Was ist ROAS monster Chrome Extension?

ROAS monster Chrome Extension ist eine Chrome-Erweiterung, die von Roas monster INC. entwickelt wurde, und ihr Hauptmerkmal ist "ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

ROAS monster Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie ROAS monster Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ROAS monster Chrome Extension ROAS monster Chrome Extension
ID domjhleclehkocjjcbfcebmcjpbmlggh
Offizielle URL https://chromewebstore.google.com/detail/roas-monster-chrome-exten/domjhleclehkocjjcbfcebmcjpbmlggh
Beschreibung ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager.
Dateigröße 475 KB
Installationsanzahl 25
Aktuelle Version 2.1
Letztes Update 2022-12-19
Veröffentlichungsdatum 2022-02-02
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Roas monster INC.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://roasmonster.com/
Hilfeseite URL https://roasmonster.com/contact
URL der Datenschutzrichtlinien-Seite https://roasmonster.com/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ],
            "resources": [
                "img\/logo32.png",
                "img\/logo48.png"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/business.facebook.com\/*",
        "https:\/\/www.roasmonster.com\/*",
        "https:\/\/www.app.roasmonster.com\/*"
    ]
}