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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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", " |