DarazScout - Daraz Product Hunting Extentsion

An extention to scrape and analyze products on daraz

DarazScout - Daraz Product Hunting Extentsion क्या है?

DarazScout - Daraz Product Hunting Extentsion https://hamzaafridi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extention to scrape and analyze products on daraz"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DarazScout - Daraz Product Hunting Extentsion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        DarazScout is a product research tool for product hunters on Daraz . When on a listing page, DarazScout can be used to scrape data from the page which can be exported to excel sheet for further use.

New updates:
- Login fixed
- Stock Improved
- UI improved
- Listing Page Summary
- Product Age
- Last 7 days reviews
- Last 30 days reviews

Upcoming Features:
- Product Tracking
- FBD and FBS field
- All listing summary                    

एक्सटेंशन की मूल जानकारी

नाम DarazScout - Daraz Product Hunting Extentsion DarazScout - Daraz Product Hunting Extentsion
ID dhgfjjjnmfkolfcmcmdppghhanopfine
आधिकारिक URL https://chromewebstore.google.com/detail/darazscout-daraz-product/dhgfjjjnmfkolfcmcmdppghhanopfine
विवरण An extention to scrape and analyze products on daraz
फ़ाइल का आकार 484 KB
स्थापना संख्या 1,050
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2021-02-08
प्रकाशन तिथि 2021-01-11
रेटिंग 3.50/5 कुल 8 रेटिंग्स
डेवलपर https://hamzaafridi.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DarazScout - Daraz Product Hunting Extentsion",
    "manifest_version": 2,
    "version": "1.2.3",
    "permissions": [
        "storage"
    ],
    "description": "An extention to scrape and analyze products on daraz",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.daraz.pk\/*"
            ],
            "js": [
                "src\/contentScript.js"
            ]
        }
    ],
    "background": {
        "page": "src\/background.html"
    },
    "browser_action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "128": "img\/128.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/*.fontawesome.com  https:\/\/apis.google.com https:\/\/us-central1-daraz-scout.cloudfunctions.net\/; object-src 'self'",
    "oauth2": {
        "client_id": "39992731231-unr9llot195kdpoblg3pvr2jdba3eqh9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmng3DkpOWGK0Mo3TdchvE6hwHSkq+2TST+DG3BdDDPdWUNu2IPOq0Hxwh6PykEfu+d6FfjA2kd11RgHsivwlnr4ygu5QXVpuoRqpB\/U1yKIojxgJIheGRpioVeTEnEh+t5oi+j3P+xi66pTP4sWDL5Ccqdjj6eIQ6ViZAiCENtl\/\/zzbslbRMSYl5PuPPK9znvHYVDvMRasZJaASUQl4\/52uouR9M6lFgWsCK+oZ2l4uxA\/ULZEikiTjJl1r76y69W7LeobjM5nF1pdXd7tm6kMysvX1m9HKp0\/egwFT6cv4ANbRdJBMtK3ba4JeigaE\/7rMN71qpDsllKbaayXALQIDAQAB"
}