RevROI

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

RevROI क्या है?

RevROI https://cleartheshelf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A light & powerful tool to increase your ROI while doing online arbitrage sourcing or personal online shopping."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RevROI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}