Easync Product ID Grab Tool for Drop Shipping

Easync's powerful plug in for multi variation listings!

Τι είναι το Easync Product ID Grab Tool for Drop Shipping;

Το Easync Product ID Grab Tool for Drop Shipping είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://easync.io, και η κύρια λειτουργία του είναι "Easync's powerful plug in for multi variation listings!".

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

Λήψη αρχείου CRX της επέκτασης Easync Product ID Grab Tool for Drop Shipping

Λήψη αρχείων επέκτασης Easync Product ID Grab Tool for Drop Shipping σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Easync.io is a powerful Chrome extension that simplifies online shopping by collecting product IDs from top US online stores like Amazon and Walmart. With Easync.io, you can easily gather Amazon ASINs and Walmart Product IDs, making it easy to compare prices and purchase your favorite products. Say goodbye to the hassle of navigating multiple websites and searching for product IDs - Easync.io has got you covered!                    

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

Όνομα Easync Product ID Grab Tool for Drop Shipping Easync Product ID Grab Tool for Drop Shipping
ID cailnmbnfboealffnempgplnfcjoibgb
Επίσημο URL https://chromewebstore.google.com/detail/easync-product-id-grab-to/cailnmbnfboealffnempgplnfcjoibgb
Περιγραφή Easync's powerful plug in for multi variation listings!
Μέγεθος Αρχείου 4.17 MB
Αριθμός Εγκαταστάσεων 10,045
Τρέχουσα Έκδοση 2.29.62
Τελευταία Ενημέρωση 2023-07-06
Ημερομηνία Δημοσίευσης 2020-04-18
Αξιολόγηση 3.20/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://easync.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://easync.io/
Διεύθυνση URL της Σελίδας Βοήθειας https:/help.easync.io/
URL της Σελίδας Πολιτικής Απορρήτου https://help.easync.io/en/articles/3798382-privacy-policy-of-easync-chrome-extension
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easync Product ID Grab Tool for Drop Shipping",
    "short_name": "Product ID Grabbing Tool",
    "description": "Easync's powerful plug in for multi variation listings!",
    "version": "2.29.62",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "downloads",
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "browser_action": {
        "default_title": "easync.io",
        "default_icon": "img\/logo-48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ],
            "css": [
                "css\/font-awesome.min.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/address.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amazon.com\/a\/addresses\/add*",
                "*:\/\/*.amazon.com\/gp\/buy\/*",
                "*:\/\/*.amazon.co.uk\/gp\/buy\/*",
                "*:\/\/*.amazon.ca\/gp\/buy\/*",
                "*:\/\/*.amazon.de\/gp\/buy\/*",
                "*:\/\/*.amazon.fr\/gp\/buy\/*",
                "*:\/\/*.amazon.it\/gp\/buy\/*",
                "*:\/\/*.amazon.es\/gp\/buy\/*",
                "*:\/\/*.amazon.co.jp\/gp\/buy\/*"
            ],
            "js": [
                "lib\/address.js",
                "injectAddr.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    }
}