ASIN Finder for Amazon™

ASIN Finder chrome extension finds and displays codes for all Amazon™ products with a single click.

Τι είναι το ASIN Finder for Amazon™;

Το ASIN Finder for Amazon™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ecom Bullet, και η κύρια λειτουργία του είναι "ASIN Finder chrome extension finds and displays codes for all Amazon™ products with a single click.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης ASIN Finder for Amazon™

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

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

                        ASIN Finder for Amazon is a powerful chrome extension designed to simplify your Amazon shopping experience. It helps you quickly locate and display ASIN (Amazon Standard Identification Number) codes for products listed on Amazon. ASIN codes are essential for various purposes, including tracking products and conducting research. 

 
Key Features: 

>> Seamless Integration: ASIN Finder for Chrome seamlessly integrates into your Chrome browser, making it easy to access ASIN codes without leaving the Amazon product page. 

>> One-Click ASIN Retrieval: With a single click, the extension automatically identifies and retrieves the ASIN code of the product you're viewing on Amazon. 

>> Multiple ASIN Lookup: Users can check multiple product ASIN at once on Amazon product search page, and it will fetch ASIN codes for all of them at once.   

How to Use ASIN Finder for Chrome?  

>> Click on the extension and click "Add to Chrome" to install it. 

>> Once installed, the extension icon will appear in your Chrome toolbar. 

>> Navigate to an Amazon product page you want to retrieve the ASIN code for. 

>> Click on the ASIN Finder icon in your Chrome toolbar  

  >> Now the extension will display the ASIN codes & users can copy or export them on the system  

  
ASIN Finder for Chrome streamlines your Amazon shopping experience by providing quick access to ASIN codes, ultimately saving you time and effort when researching or managing Amazon products.                    

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

Όνομα ASIN Finder for Amazon™ ASIN Finder for Amazon™
ID mfhlbfloahiajdjfnllfmpfobdhfkfah
Επίσημο URL https://chromewebstore.google.com/detail/asin-finder-for-amazon/mfhlbfloahiajdjfnllfmpfobdhfkfah
Περιγραφή ASIN Finder chrome extension finds and displays codes for all Amazon™ products with a single click.
Μέγεθος Αρχείου 3.03 MB
Αριθμός Εγκαταστάσεων 102
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2023-10-28
Ημερομηνία Δημοσίευσης 2023-10-14
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Ecom Bullet
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://drive.google.com/file/d/1UW9xLOilcHdWtnYHyh1-luywpRV6thDz/view?usp=drive_link
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ASIN Finder for Amazon\u2122 ",
    "version": "1.2.0",
    "description": "ASIN Finder chrome extension finds and displays codes for all Amazon\u2122 products with a single click. ",
    "icons": {
        "16": "Icon 16.png",
        "32": "Icon 32.png",
        "48": "Icon 48.png",
        "64": "Icon 64.png",
        "128": "Icon 128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "ASIN Finder for Amazon\u2122",
        "popup": "popup_table.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}