Comparrot

Comparrot automatically finds the cheapest prices in real-time as you shop!

Comparrot क्या है?

Comparrot https://joincomparrot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Comparrot automatically finds the cheapest prices in real-time as you shop!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Comparrot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Don't buy it until you Comparrot!

If you like saving money, you will love Comparrot.

Our members are saving an average of 34.5% per item!

Think you have what it takes to be the biggest saver? Take advantage of our savings tracker and compete against your friends and family.

Shop and save on 80+ stores (and counting).

Have a store suggestion you'd like to be added next, or any other questions? Email us at [email protected]

---------------------------------------------------------------------------------

By using this add-on, you agree to the Comparrot Terms & Conditions available at https://joincomparrot.com/terms                    

एक्सटेंशन की मूल जानकारी

नाम Comparrot Comparrot
ID mllcoefpphpfhmkmekcghadhbpkcpfli
आधिकारिक URL https://chromewebstore.google.com/detail/comparrot/mllcoefpphpfhmkmekcghadhbpkcpfli
विवरण Comparrot automatically finds the cheapest prices in real-time as you shop!
फ़ाइल का आकार 2.36 MB
स्थापना संख्या 41
वर्तमान संस्करण 2.8.19
अंतिम अपडेट 2021-09-08
प्रकाशन तिथि 2020-10-11
रेटिंग 5.00/5 कुल 37 रेटिंग्स
डेवलपर https://joincomparrot.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.joincomparrot.com
गोपनीयता नीति पृष्ठ URL https://joincomparrot.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comparrot",
    "version": "2.8.19",
    "description": "Comparrot automatically finds the cheapest prices in real-time as you shop!",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js 'sha256-opd4Jdch7gpP31nxVnbM5NSFV\/BrTaVCHh1RUcWTVzI='; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "commands": {
        "show-iframe": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "Show iframe with extension"
        }
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "extension\/config.js",
            "extension\/global.js",
            "extension\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension\/config.js",
                "extension\/global.js",
                "extension\/affiliate.js",
                "extension\/content.js"
            ],
            "css": [
                "extension\/content.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "index.html",
        "extension\/content.css"
    ],
    "icons": {
        "16": "assets\/img\/icons\/16x16.png",
        "32": "assets\/img\/icons\/32x32.png",
        "48": "assets\/img\/icons\/48x48.png",
        "128": "assets\/img\/icons\/128x128.png"
    }
}