RevROI

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

RevROI là gì?

RevROI là một tiện ích mở rộng Chrome được phát triển bởi https://cleartheshelf.com, và tính năng chính của nó là "A light & powerful tool to increase your ROI while doing online arbitrage sourcing or personal online shopping.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RevROI

Tải xuống các tệp mở rộng RevROI 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RevROI RevROI
ID nmidcdbnmhggenoknphfaanmphbbfkid
URL Chính Thức https://chromewebstore.google.com/detail/revroi/nmidcdbnmhggenoknphfaanmphbbfkid
Mô tả A light & powerful tool to increase your ROI while doing online arbitrage sourcing or personal online shopping.
Kích Thước Tệp 441 KB
Số Lần Cài Đặt 12,665
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2022-12-24
Ngày Phát Hành 2022-06-15
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://cleartheshelf.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://cleartheshelf.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}