Pasaley

Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.

Apa itu Pasaley?

Pasaley adalah ekstensi Chrome yang dikembangkan oleh Shake Nep, dan fitur utamanya adalah "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pasaley

Unduh file ekstensi Pasaley dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pasaley Pasaley
ID bfnanpnikodnmncpnhdolkjdpjkkhlce
URL Resmi https://chromewebstore.google.com/detail/pasaley/bfnanpnikodnmncpnhdolkjdpjkkhlce
Deskripsi Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.
Ukuran File 135 KB
Jumlah Instalasi 4,065
Versi Saat Ini 0.2.5
Terakhir Diperbarui 2023-12-30
Tanggal Publikasi 2022-04-27
Penilaian 4.57/5 Total 21 Penilaian
Pengembang Shake Nep
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://shakenep.com
URL Halaman Bantuan https://shakenep.com
URL Halaman Kebijakan Privasi https://www.freeprivacypolicy.com/live/9fdd847c-0304-44ca-a345-13e641689914
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}