Asin Grabber Light

Fetch Amazon Standard Identification Numbers (ASINs).

Τι είναι το Asin Grabber Light;

Το Asin Grabber Light είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://arkgroup.org, και η κύρια λειτουργία του είναι "Fetch Amazon Standard Identification Numbers (ASINs).".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Asin Grabber Light

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

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

                        Asin Grabber Light is a tool based on the Asin Grabber web application by arkgroup.org. It allows to get Amazon Standard Identification Number information from any page you visit. It works for Amazon and other Amazon related websites. Just visit the page with the products and click on the extension icon to get all the ASINs available from that page.


LATEST NEWS
Asin Grabber Light v2.0.5 released.

Improvements has been implemented.


Asin Grabber Light v2.0.4 released.

Tasks feature has been re-enabled. Few other improvements has been implemented.


Asin Grabber Light v2.0.3 released.

We had to discontinue the Tasks feature in this release. Feel free to contact us if you still would like to use this feature in the future.


Asin Grabber Light v2.0.2 released.

We've redesigned the extension and added a few more useful features.

Introducing a new Tasks feature. It allows to get all available asins with basic product information from search, category page, merchant storefront or a best sellers list. You can add a task and it will be placed into the Tasks section of the extension. You don't have to wait for the extension to finish the task. You can close it and check results later at any moment. Once the task is complete and results are available, you can simply click the download button and get a csv file with all the information. You can also cancel or delete a certain task at any moment, or even clear them all.

Tasks feature requires an account. Feel free to sign up inside the extension. It takes less than a minute to sign up and it's free. You can still use other features of our extension if you decide not to sign up.

We've made Asin Grabber Light a part of a new larger application. More updates are on the way.


Feel free to contact us in case you need assistance or have some questions.                    

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

Όνομα Asin Grabber Light Asin Grabber Light
ID gdmicanijbiglolpggafeahdicefofbg
Επίσημο URL https://chromewebstore.google.com/detail/asin-grabber-light/gdmicanijbiglolpggafeahdicefofbg
Περιγραφή Fetch Amazon Standard Identification Numbers (ASINs).
Μέγεθος Αρχείου 227 KB
Αριθμός Εγκαταστάσεων 12,565
Τρέχουσα Έκδοση 2.0.5
Τελευταία Ενημέρωση 2021-06-27
Ημερομηνία Δημοσίευσης 2020-04-02
Αξιολόγηση 3.51/5 Συνολικά 39 Αξιολογήσεις
Προγραμματιστής https://arkgroup.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://light.arkgroup.org
URL της Σελίδας Πολιτικής Απορρήτου https://light.arkgroup.org/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asin Grabber Light",
    "description": "Fetch Amazon Standard Identification Numbers (ASINs).",
    "version": "2.0.5",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Asin Grabber Light",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}