Pasaley

Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.

Pasaley क्या है?

Pasaley Shake Nep द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz."।

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

screenshot
screenshot
screenshot

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

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

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

                        Ever wonder if you are getting the best price for something online? Not anymore, with Pasaley you can directly compare the offerings of hamrobazaar with daraz and choose the most convinient option.

Pasaley also has an inbuilt daraz price tracker.

Pasaley is the swiss army knife of online shopping in Nepal.                    

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

नाम Pasaley Pasaley
ID bfnanpnikodnmncpnhdolkjdpjkkhlce
आधिकारिक URL https://chromewebstore.google.com/detail/pasaley/bfnanpnikodnmncpnhdolkjdpjkkhlce
विवरण Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.
फ़ाइल का आकार 135 KB
स्थापना संख्या 4,065
वर्तमान संस्करण 0.2.5
अंतिम अपडेट 2023-12-30
प्रकाशन तिथि 2022-04-27
रेटिंग 4.57/5 कुल 21 रेटिंग्स
डेवलपर Shake Nep
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://shakenep.com
सहायता पृष्ठ URL https://shakenep.com
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/9fdd847c-0304-44ca-a345-13e641689914
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pasaley",
    "version": "0.2.5",
    "description": "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.daraz.com.np\/products\/*"
            ],
            "js": [
                "config.js",
                "apexcharts.js",
                "utils.js",
                "index.js"
            ],
            "css": [
                "index.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.daraz.com.np\/*"
            ],
            "js": [
                "injector.js"
            ],
            "css": [],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.daraz.com.np\/*"
            ],
            "js": [
                "interceptorInjector.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "helper.js",
                "interceptor.js"
            ],
            "matches": [
                "https:\/\/www.daraz.com.np\/*"
            ]
        }
    ]
}