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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://adcostly.com และคุณลักษณะหลักของมันคือ "ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ROI & ROAS Calculator

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}