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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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", " |