AMZ Suggestion Expander

Chrome extension to expand the number of search suggestions that are shown in the Amazon search bar.

Τι είναι το AMZ Suggestion Expander;

Το AMZ Suggestion Expander είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Raybek Solutions, και η κύρια λειτουργία του είναι "Chrome extension to expand the number of search suggestions that are shown in the Amazon search bar.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης AMZ Suggestion Expander

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

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

                        For Amazon Sellers!

This Chrome extension expands the number of search suggestions that are shown in the Amazon search bar by showing the keywords that Amazon would suggest before and after the keywords you have entered.

This makes searching for new product niches easy!

Works in US, CA, MX, UK, DE, FR, IT, AU and ES markets.

Updates:
v2.1.49:
  Bug fixes
v2.1.48:
  Bug fixes, improvements
v2.1.47
  Bug fixes
v2.1.46:
  Bug fixes
v2.1.45:
  Bug fixes
v2.1.43:
  Bug fixes and maintenance
v2.1.42:
  Bug fixes
v2.1.41:
  Bug fixes
v2.1.40:
  Bug fixes
v2.1.39:
  Fix issue with keywords not downloading.
v2.1.38:
  Bug fixes
v2.1.37:
  Added search volume in search bar results (Pro only).
  Changed keyword download to sort by search volume (Pro only).
v2.1.36:
  Bug fixes
v2.1.35:
  Fix issue with keywords not displaying.
v2.1.34:
  Bug fixes
v2.1.33:
  Added full amazon.com.au support.
v2.1.32:
  Bug fixes
v2.1.29:
  Pro Version: 
    Added keyword search volume estimates to downloaded keywords.
v2.0.27:
  Bug fixes
v2.0.26:
  Major update!
  Faster keyword display.
  New Pro version with keyword download functionality and other features.
v1.0.25:
  Bug fixes
v1.0.23:
  Update to support changes in future versions of Chrome.
v1.0.22:
  Bug fixes
v1.0.19:
  Added amazon.com.au support.
v1.0.18 :
  Bug fixes
v1.0.11 : 
  Bug fixes
  Tip display.
v1.0.10 : 
  Bug fixes
v1.0.9 : 
  Added display of Amazon Suggestions when you press the down arrow key to move thru the list of original suggestions.                    

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

Όνομα AMZ Suggestion Expander AMZ Suggestion Expander
ID cpeaihkccbeemkfefcapijechkbfjlhb
Επίσημο URL https://chromewebstore.google.com/detail/amz-suggestion-expander/cpeaihkccbeemkfefcapijechkbfjlhb
Περιγραφή Chrome extension to expand the number of search suggestions that are shown in the Amazon search bar.
Μέγεθος Αρχείου 561 KB
Αριθμός Εγκαταστάσεων 238,552
Τρέχουσα Έκδοση 2.1.49
Τελευταία Ενημέρωση 2024-01-10
Ημερομηνία Δημοσίευσης 2020-06-15
Αξιολόγηση 3.34/5 Συνολικά 85 Αξιολογήσεις
Προγραμματιστής Raybek Solutions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://raybeksolutions.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.1.49",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.amazon.com\/",
        "*:\/\/*.amazon.ca\/",
        "*:\/\/*.amazon.co.uk\/",
        "*:\/\/*.amazon.de\/",
        "*:\/\/*.amazon.fr\/",
        "*:\/\/*.amazon.it\/",
        "*:\/\/*.amazon.es\/",
        "*:\/\/*.amazon.com.mx\/",
        "*:\/\/*.amazon.com.au\/",
        "https:\/\/raybeksolutions.com\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.au\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/js-xlsx\/dist\/xlsx.full.min.js",
                "bower_components\/js-md5\/build\/md5.min.js",
                "scripts\/utils.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}