Pasaley

Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.

Cos'è Pasaley?

Pasaley è un'estensione di Chrome sviluppata da Shake Nep, e la sua funzione principale è "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pasaley

Scarica i file di estensione Pasaley in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pasaley Pasaley
ID bfnanpnikodnmncpnhdolkjdpjkkhlce
URL Ufficiale https://chromewebstore.google.com/detail/pasaley/bfnanpnikodnmncpnhdolkjdpjkkhlce
Descrizione Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.
Dimensione del File 135 KB
Conteggio Installazioni 4,065
Versione Corrente 0.2.5
Ultimo Aggiornamento 2023-12-30
Data di Pubblicazione 2022-04-27
Valutazione 4.57/5 Totale 21 Valutazioni
Sviluppatore Shake Nep
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://shakenep.com
URL della Pagina di Aiuto https://shakenep.com
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/9fdd847c-0304-44ca-a345-13e641689914
Lingue Supportate 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\/*"
            ]
        }
    ]
}