Pasaley

Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.

What is Pasaley?

Pasaley is a Chrome extension developed by Shake Nep, and its main feature is "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pasaley Extension CRX File

Download Pasaley extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pasaley Pasaley
ID bfnanpnikodnmncpnhdolkjdpjkkhlce
Official URL https://chromewebstore.google.com/detail/pasaley/bfnanpnikodnmncpnhdolkjdpjkkhlce
Description Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.
File Size 135 KB
Installation Count 4,065
Current Version 0.2.5
Last Updated 2023-12-30
Publish Date 2022-04-27
Rating 4.57/5 Total 21 Ratings
Developer Shake Nep
Email [email protected]
Payment Type free
Extension Website https://shakenep.com
Help Page URL https://shakenep.com
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/9fdd847c-0304-44ca-a345-13e641689914
Supported Languages 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\/*"
            ]
        }
    ]
}