Laztended Search

Extra search filter and result details on Lazada to improve your shopping experience.

Laztended Search क्या है?

Laztended Search Rowel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extra search filter and result details on Lazada to improve your shopping experience."।

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

screenshot
screenshot

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

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

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

                        This is basically a lazy made extension that will give you additional filtering on searching items in Lazada. This will also add extra information on the search result.

This is specifically design to work in Lazada Philippines but will also work on other Lazada sites internationally as long as it does have same interface.

Features:
 - Show items that are "Sold & Fulfilled by Lazada"
 - Show items that are "Cash on Delivery Available"
 - Show items that are "Ships From Abroad"
 - Show items that are sold and fulfilled by "Third Party Seller"
 - Show items that are sold by "Third Party Seller" but "Fulfilled by Lazada"

Disclaimer: This extension is not affiliated with Lazada.                    

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

नाम Laztended Search Laztended Search
ID dabplnnonnbeecklgkfgnfclbgccobic
आधिकारिक URL https://chrome.google.com/webstore/detail/laztended-search/dabplnnonnbeecklgkfgnfclbgccobic
विवरण Extra search filter and result details on Lazada to improve your shopping experience.
फ़ाइल का आकार 224 KB
स्थापना संख्या 132
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-05-13
प्रकाशन तिथि 2018-05-13
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर Rowel
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Laztended Search",
    "description": "Extra search filter and result details on Lazada to improve your shopping experience.",
    "version": "1.2",
    "page_action": {
        "default_title": "Laztended Search",
        "default_icon": "images\/icon-32x32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.lazada.com.ph\/*",
                "*:\/\/www.lazada.com.my\/*",
                "*:\/\/www.lazada.sg\/*",
                "*:\/\/www.lazada.co.id\/*",
                "*:\/\/www.lazada.co.th\/*",
                "*:\/\/www.lazada.vn\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-128x128.png",
        "96": "images\/icon-96x96.png",
        "64": "images\/icon-64x64.png",
        "32": "images\/icon-32x32.png",
        "16": "images\/icon-16x16.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/startup.js"
        ],
        "persistent": false
    }
}