Pasaley

Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.

ما هو Pasaley؟

Pasaley هو إضافة Chrome تم تطويرها بواسطة Shake Nep، والميزة الرئيسية لها هي "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pasaley

قم بتنزيل ملفات الامتداد Pasaley بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://shakenep.com
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}