Search Best Sellers

Find Something You Love. The only search engine for Amazon Best Sellers.

Τι είναι το Search Best Sellers;

Το Search Best Sellers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.searchbestsellers.com, και η κύρια λειτουργία του είναι "Find Something You Love. The only search engine for Amazon Best Sellers.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Search Best Sellers

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

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

                        The Unbiased Amazon Keyword Search Engine:

Every hour, Amazon updates the 100 statistically most-purchased products on "Amazon Best Seller Pages". These difficult to navigate pages are not keyword-searchable on Amazon. 

We are the only free search engine that allows you to easily search them with specific keywords. 

It's a simple way to quickly find the most-ordered version of what you're looking for. Use this search engine to find benchmark products for your decision, and explore them 100% ad-free. Amazon does not include advertisements or "sponsored" products on these purely statistic-based product ranking pages.                    

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

Όνομα Search Best Sellers Search Best Sellers
ID mnipkeanijngbipifgacmcjjhkiklddc
Επίσημο URL https://chromewebstore.google.com/detail/search-best-sellers/mnipkeanijngbipifgacmcjjhkiklddc
Περιγραφή Find Something You Love. The only search engine for Amazon Best Sellers.
Μέγεθος Αρχείου 144 KB
Αριθμός Εγκαταστάσεων 577
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2020-01-31
Ημερομηνία Δημοσίευσης 2020-01-31
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://www.searchbestsellers.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.searchbestsellers.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.searchbestsellers.com/faq/
URL της Σελίδας Πολιτικής Απορρήτου https://www.searchbestsellers.com/wpautoterms/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Best Sellers",
    "short_name": "Search Best Sellers",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Find Something You Love. The only search engine for Amazon Best Sellers.",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "logo.png",
        "default_title": "Search Best Sellers"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/www.searchbestsellers.com",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "web_accessible_resources": [
        "src\/browser_action\/browser_action.html"
    ]
}