ROI & ROAS Calculator
ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics.
ROI & ROAS Calculator là gì?
ROI & ROAS Calculator là một tiện ích mở rộng Chrome được phát triển bởi https://adcostly.com, và tính năng chính của nó là "ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ROI & ROAS Calculator
Tải xuống các tệp mở rộng ROI & ROAS Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | plpnpfkdcmmbhnnlombajchhcfbjjllm |
URL Chính Thức | https://chrome.google.com/webstore/detail/roi-roas-calculator/plpnpfkdcmmbhnnlombajchhcfbjjllm |
Mô tả | ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics. |
Kích Thước Tệp | 2.45 MB |
Số Lần Cài Đặt | 657 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2020-11-19 |
Ngày Phát Hành | 2020-09-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://adcostly.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://adspyhub.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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", " |