ROI & ROAS Calculator

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

Apa itu ROI & ROAS Calculator?

ROI & ROAS Calculator adalah ekstensi Chrome yang dikembangkan oleh https://adcostly.com, dan fitur utamanya adalah "ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ROI & ROAS Calculator

Unduh file ekstensi ROI & ROAS Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama ROI & ROAS Calculator ROI & ROAS Calculator
ID plpnpfkdcmmbhnnlombajchhcfbjjllm
URL Resmi https://chrome.google.com/webstore/detail/roi-roas-calculator/plpnpfkdcmmbhnnlombajchhcfbjjllm
Deskripsi ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics.
Ukuran File 2.45 MB
Jumlah Instalasi 657
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2020-11-19
Tanggal Publikasi 2020-09-30
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://adcostly.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://adspyhub.com/privacy.html
Bahasa yang Didukung 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"
}