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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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\/*"
            ]
        }
    ]
}