Listing Scraper

Scraping from Lazada/1688 couldn't be easier

Τι είναι το Listing Scraper;

Το Listing Scraper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sitegiant.co, και η κύρια λειτουργία του είναι "Scraping from Lazada/1688 couldn't be easier".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Listing Scraper

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

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

                        Don’t have the time to write your product details for your store or simply haven’t got any idea to describe your products?

Here is the perfect Listing Scraper tool to assist you in gathering and getting your products ready for sale: 

One-click Scraping Tool
- Gather product details from the marketplaces, without any hassle on your end.

Efficient Product Listing
- Scraped product details can be copied and inserted into your store for use. 
- Display and sell the products in no time!

Order Management
- Auto-sync orders from multiple channels 
- Systematically process orders with enhanced tools
- Printing of Shipping Labels, Packing Lists and Invoice

Centralized Stock Inventory Control
- Keep track of your inventory stock in multiple channels
- Automated inventory updates to multiple channels

Start selling everywhere effortlessly with SiteGiant today!                    

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

Όνομα Listing Scraper Listing Scraper
ID dkdapjhdnkjdfmnkimcondlkfnplfkoe
Επίσημο URL https://chromewebstore.google.com/detail/listing-scraper/dkdapjhdnkjdfmnkimcondlkfnplfkoe
Περιγραφή Scraping from Lazada/1688 couldn't be easier
Μέγεθος Αρχείου 811 KB
Αριθμός Εγκαταστάσεων 677
Τρέχουσα Έκδοση 2.1.2
Τελευταία Ενημέρωση 2023-04-25
Ημερομηνία Δημοσίευσης 2021-05-05
Προγραμματιστής https://sitegiant.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sitegiant.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.sitegiant.com/
URL της Σελίδας Πολιτικής Απορρήτου https://sitegiant.my/privacy-policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Listing Scraper",
    "version": "2.1.2",
    "description": "Scraping from Lazada\/1688 couldn't be easier",
    "background": {
        "service_worker": "sw.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lazada.com.my\/*",
                "*:\/\/*.lazada.sg\/*",
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.unicart.online.test\/*",
                "*:\/\/*.sitegiant.co\/*",
                "*:\/\/*.sitegiant.io\/*",
                "*:\/\/*.sitegiantlite.co\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/storage.js",
                "util\/helper.js",
                "constant\/contentScript.js",
                "lib\/custom.js",
                "notify\/index.js",
                "scrapper\/scrapper.js"
            ],
            "css": [
                "scrapper\/scrapper.css",
                "notify\/index.css"
            ],
            "exclude_matches": [
                "*:\/\/sellercenter.lazada.com.my\/*",
                "*:\/\/sellercenter.lazada.sg\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scrapper\/*",
                "images\/*",
                "fontsIcon\/fonts\/icomoon.*"
            ],
            "matches": [
                "*:\/\/*.lazada.com.my\/*",
                "*:\/\/*.lazada.sg\/*",
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.unicart.online.test\/*",
                "*:\/\/*.sitegiant.co\/*",
                "*:\/\/*.sitegiant.io\/*",
                "*:\/\/*.sitegiantlite.co\/*"
            ],
            "exclude_matches": [
                "*:\/\/sellercenter.lazada.com.my\/*",
                "*:\/\/sellercenter.lazada.sg\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.lazada.com.my\/*",
        "*:\/\/*.lazada.sg\/*",
        "*:\/\/*.1688.com\/*",
        "*:\/\/*.unicart.online.test\/*",
        "*:\/\/*.sitegiant.co\/*",
        "*:\/\/*.sitegiant.io\/*",
        "*:\/\/*.sitegiantlite.co\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/SiteGiant_Logo.png",
            "32": "images\/SiteGiant_Logo.png",
            "48": "images\/SiteGiant_Logo.png",
            "128": "images\/SiteGiant_Logo.png"
        },
        "default_title": "SiteGiant Listing Scraper",
        "default_popup": "popup\/popup.html"
    },
    "manifest_version": 3
}