RevROI

A light & powerful tool to increase your ROI while doing online arbitrage sourcing or personal online shopping.

RevROI란 무엇입니까?

RevROI은(는) https://cleartheshelf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A light & powerful tool to increase your ROI while doing online arbitrage sourcing or personal online shopping."입니다.

확장 프로그램 스크린샷

screenshot

RevROI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        revROI helps you REV up your return on investment by helping you stack cash back sites as well as discount gift cards, credit card points, and travel miles/points while practicing the art and science of online arbitrage or even while doing your personal shopping.  

It works on, literally, thousands of websites.

It is intuitive and easy to use with a click of a button.  You may also use the search feature to find opportunities on another site without leaving your current browser tab.

Let us know if you have any bugs as we are constantly looking to upgrade and make this better for you.

Please email me at [email protected] if you have any issues.                    

확장 프로그램 기본 정보

이름 RevROI RevROI
ID nmidcdbnmhggenoknphfaanmphbbfkid
공식 URL https://chromewebstore.google.com/detail/revroi/nmidcdbnmhggenoknphfaanmphbbfkid
설명 A light & powerful tool to increase your ROI while doing online arbitrage sourcing or personal online shopping.
파일 크기 441 KB
설치 횟수 12,665
현재 버전 2.1
최근 업데이트 2022-12-24
출시 날짜 2022-06-15
평점 5.00/5 총 5 개의 평점
개발자 https://cleartheshelf.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://cleartheshelf.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RevROI",
    "short_name": "RevROI",
    "version": "2.1",
    "manifest_version": 3,
    "description": "A light & powerful tool to increase your ROI while doing online arbitrage sourcing or personal online shopping.",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "RevROI",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.cashbackmonitor.com\/go-to\/*?asingadget=true"
            ],
            "js": [
                "js\/cashback.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "identity",
        "identity.email",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.cashbackmonitor.com\/*",
        "https:\/\/www.cardbear.com\/*",
        "*:\/\/revroi.oaroulette.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/browser_action\/browser_action.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}