ROI & ROAS Calculator

ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics.

ROI & ROAS Calculator क्या है?

ROI & ROAS Calculator https://adcostly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics."।

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

screenshot
screenshot

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

crx प्रारूप में ROI & ROAS Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Benefits of using ROI & ROAS Calculator

✔ Not only ROAS Calculator, but also ROI Calculator

✔ No need to remember ROI & Roas formula, easily calculate ROI & Roas

✔ Chrome calculator extension can be opened at any time on any page

✔ Insert different numbers to see fluctuations in campaign ROI and ROAS

✔ Plan strategies better and adjust ad marketing budget

 

ROI Calculator(Return On Investment Calculator):  It’s important to calculate ROI for your ad campaign. With roi analysis, you can quickly understand the profit and loss of your ad campaign.

 

ROAS Calculator(Return On Ad Spend Calculator):  ROAS means the amount of money you get back from the amount of money you put into advertising. With Roas calculation, you can quickly know how much income you can get for one dollar.

 

You can find a very detailed overview of ROI & Roas here: *https://myadlibrary.com/roas-calculator                    

एक्सटेंशन की मूल जानकारी

नाम ROI & ROAS Calculator ROI & ROAS Calculator
ID plpnpfkdcmmbhnnlombajchhcfbjjllm
आधिकारिक URL https://chrome.google.com/webstore/detail/roi-roas-calculator/plpnpfkdcmmbhnnlombajchhcfbjjllm
विवरण ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics.
फ़ाइल का आकार 2.45 MB
स्थापना संख्या 657
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2020-11-19
प्रकाशन तिथि 2020-09-30
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://adcostly.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://adspyhub.com/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en_US",
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com ; object-src 'self'",
    "web_accessible_resources": [
        "js\/*.js"
    ],
    "permissions": [
        "storage",
        "cookies",
        "",
        "background",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.1.1"
}