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開發的Chrome擴展程式,該擴展的主要功能是“ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics.”。

擴展截圖

screenshot
screenshot

下載ROI & ROAS Calculator擴展crx文件

下載ROI & ROAS Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}