Easync Product ID Grab Tool for Drop Shipping

Easync's powerful plug in for multi variation listings!

Was ist Easync Product ID Grab Tool for Drop Shipping?

Easync Product ID Grab Tool for Drop Shipping ist eine Chrome-Erweiterung, die von https://easync.io entwickelt wurde, und ihr Hauptmerkmal ist "Easync's powerful plug in for multi variation listings!".

Erweiterungsscreenshots

Easync Product ID Grab Tool for Drop Shipping-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easync Product ID Grab Tool for Drop Shipping-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Easync Product ID Grab Tool for Drop Shipping Easync Product ID Grab Tool for Drop Shipping
ID cailnmbnfboealffnempgplnfcjoibgb
Offizielle URL https://chromewebstore.google.com/detail/easync-product-id-grab-to/cailnmbnfboealffnempgplnfcjoibgb
Beschreibung Easync's powerful plug in for multi variation listings!
Dateigröße 4.17 MB
Installationsanzahl 10,045
Aktuelle Version 2.29.62
Letztes Update 2023-07-06
Veröffentlichungsdatum 2020-04-18
Bewertung 3.20/5 Insgesamt 10 Bewertungen
Entwickler https://easync.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://easync.io/
Hilfeseite URL https:/help.easync.io/
URL der Datenschutzrichtlinien-Seite https://help.easync.io/en/articles/3798382-privacy-policy-of-easync-chrome-extension
Unterstützte Sprachen 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"
    }
}