ROI & ROAS Calculator
ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics.
Was ist ROI & ROAS Calculator?
ROI & ROAS Calculator ist eine Chrome-Erweiterung, die von https://adcostly.com entwickelt wurde, und ihr Hauptmerkmal ist "ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics.".
Erweiterungsscreenshots
ROI & ROAS Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie ROI & ROAS Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | plpnpfkdcmmbhnnlombajchhcfbjjllm |
Offizielle URL | https://chrome.google.com/webstore/detail/roi-roas-calculator/plpnpfkdcmmbhnnlombajchhcfbjjllm |
Beschreibung | ROI & ROAS Calculator is a FREE chrome calculator, to help you easily calculate ROI & ROAS metrics. |
Dateigröße | 2.45 MB |
Installationsanzahl | 657 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2020-11-19 |
Veröffentlichungsdatum | 2020-09-30 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://adcostly.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://adspyhub.com/privacy.html |
Unterstützte Sprachen | 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", " |