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 Roas monster INC. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ROAS monster Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": [
                ""
            ],
            "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\/*"
    ]
}