ROI & ROAS Calculator

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

Qu'est-ce que ROI & ROAS Calculator ?

ROI & ROAS Calculator est une extension Chrome développée par https://adcostly.com, et sa fonction principale est "ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ROI & ROAS Calculator

Téléchargez les fichiers d'extension ROI & ROAS Calculator 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

                        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                    

Informations de Base sur l'Extension

Nom ROI & ROAS Calculator ROI & ROAS Calculator
ID plpnpfkdcmmbhnnlombajchhcfbjjllm
URL Officiel https://chrome.google.com/webstore/detail/roi-roas-calculator/plpnpfkdcmmbhnnlombajchhcfbjjllm
Description ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics.
Taille du Fichier 2.45 MB
Nombre d'Installations 657
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-11-19
Date de Publication 2020-09-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://adcostly.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://adspyhub.com/privacy.html
Langues Prises en Charge 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"
}