Pasaley

Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.

Pasaley là gì?

Pasaley là một tiện ích mở rộng Chrome được phát triển bởi Shake Nep, và tính năng chính của nó là "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pasaley

Tải xuống các tệp mở rộng Pasaley dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pasaley Pasaley
ID bfnanpnikodnmncpnhdolkjdpjkkhlce
URL Chính Thức https://chromewebstore.google.com/detail/pasaley/bfnanpnikodnmncpnhdolkjdpjkkhlce
Mô tả Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.
Kích Thước Tệp 135 KB
Số Lần Cài Đặt 4,065
Phiên Bản Hiện Tại 0.2.5
Cập Nhật Lần Cuối 2023-12-30
Ngày Phát Hành 2022-04-27
Đánh Giá 4.57/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Shake Nep
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shakenep.com
URL Trang Trợ Giúp https://shakenep.com
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/9fdd847c-0304-44ca-a345-13e641689914
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}