RevROI

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

Was ist RevROI?

RevROI ist eine Chrome-Erweiterung, die von https://cleartheshelf.com entwickelt wurde, und ihr Hauptmerkmal ist "A light & powerful tool to increase your ROI while doing online arbitrage sourcing or personal online shopping.".

Erweiterungsscreenshots

screenshot

RevROI-Erweiterungs-CRX-Datei herunterladen

Laden Sie RevROI-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name RevROI RevROI
ID nmidcdbnmhggenoknphfaanmphbbfkid
Offizielle URL https://chromewebstore.google.com/detail/revroi/nmidcdbnmhggenoknphfaanmphbbfkid
Beschreibung A light & powerful tool to increase your ROI while doing online arbitrage sourcing or personal online shopping.
Dateigröße 441 KB
Installationsanzahl 12,665
Aktuelle Version 2.1
Letztes Update 2022-12-24
Veröffentlichungsdatum 2022-06-15
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://cleartheshelf.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://cleartheshelf.com/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}