Pasaley

Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz.

Pasaley란 무엇입니까?

Pasaley은(는) Shake Nep에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Suggests Hamrobazar, Gyapu and Sastodeal products on Daraz."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pasaley 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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\/*"
            ]
        }
    ]
}