Cherry Picker

Compare the price among all the e-commerce websites to give you the best CHERRY.

Τι είναι το Cherry Picker;

Το Cherry Picker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aashay Shah, και η κύρια λειτουργία του είναι "Compare the price among all the e-commerce websites to give you the best CHERRY.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Cherry Picker

Λήψη αρχείων επέκτασης Cherry Picker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Browse on e-commerce websites, cherry picker will automatically detect the product and compare it against other e-commerce websites to find the best deals                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cherry Picker Cherry Picker
ID odfgkbbadhncndpgcbhdennbonjmbfbd
Επίσημο URL https://chromewebstore.google.com/detail/cherry-picker/odfgkbbadhncndpgcbhdennbonjmbfbd
Περιγραφή Compare the price among all the e-commerce websites to give you the best CHERRY.
Μέγεθος Αρχείου 1.82 MB
Αριθμός Εγκαταστάσεων 128
Τρέχουσα Έκδοση 1.1.32
Τελευταία Ενημέρωση 2021-01-03
Ημερομηνία Δημοσίευσης 2020-05-06
Προγραμματιστής Aashay Shah
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cherry Picker",
    "version": "1.1.32",
    "description": "Compare the price among all the e-commerce websites to give you the best CHERRY.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo451JixxRJO6l8ZPCcAhs7XePec\/7NCHWVkHjQjvXmW4X2GhaKlvwiqA7kXXY+\/9VOVM513OxZbHWa\/tUOvU5dMyH2gFdtHLN076qLoQidN2d2wiXl37NFwIgCAiPKJhDS1O5rvu20d6tWhfD+uTHPga+CWg8vshx2hknIHrhcEuhm8D9sh0OiVYdAEyXdsVJtAO0U4dhqeX8V1cASi+S830Nh7k2TYVPOZuAOfAERuz02YXfpJ6sSgS0mVMCrfzMor9RFctHFKoyDwbdEb0vXpcuAMolb0f4e3WTsLxj1tKj5jLrQ8EZhRfK\/ab5LXWSJevLX6WVkY\/yGJoTi4ncQIDAQAB",
    "icons": {
        "128": "icons\/cherries-128.png",
        "48": "icons\/cherries-48.png",
        "16": "icons\/cherries-16.png"
    },
    "browser_action": {
        "default_icon": "icons\/cherries-16.png",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "background": {
        "page": "html\/popup.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-3.4.1.min.js",
                "js\/const.js",
                "js\/helper.js",
                "js\/scrape.js",
                "js\/webscrape.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "identity",
        "identity.email"
    ],
    "oauth2": {
        "client_id": "61818938379-dida2nnjerjmpv19f9f8iv9j04uk8ncu.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}