Daraz Rank Finder

Add product url and keywords with it to track the rank

Daraz Rank Finder란 무엇입니까?

Daraz Rank Finder은(는) Developer Awais에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add product url and keywords with it to track the rank"입니다.

확장 프로그램 스크린샷

Daraz Rank Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        i have created this extension to find the rank of your product. User can easily track their product rank on daily basis without any hustle .                    

확장 프로그램 기본 정보

이름 Daraz Rank Finder Daraz Rank Finder
ID heiadgnmhadekajnakabibocbenjligo
공식 URL https://chromewebstore.google.com/detail/daraz-rank-finder/heiadgnmhadekajnakabibocbenjligo
설명 Add product url and keywords with it to track the rank
파일 크기 407 KB
설치 횟수 114
현재 버전 2.0.2
최근 업데이트 2023-08-21
출시 날짜 2021-06-11
평점 3.50/5 총 2 개의 평점
개발자 Developer Awais
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daraz Rank Finder",
    "version": "2.0.2",
    "description": "Add product url and keywords with it to track the rank",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "background"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/daraz-32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "img\/daraz-32.png"
        }
    },
    "host_permissions": [
        "*:\/\/*.daraz.pk\/"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArZyjlUgfdTB7VMNMTFt+cBOM89s3s0nxYpfbNQEVUOw4R9Rh2rQmmvUPmczMvdI9mZ6Mrs+IiIt2fHZ\/qnABbeXUTEYpgPma7mglc\/ZdIf43CApbOPiMAhhCGR5rehSYhI5taXp\/dd90O5A8Pt8MB83DTVjnwElAphS9M9BbuslKiKHA\/VOwojNekP2cdbOVHPec+s4QCOkFN\/GcLKSn7vPwPOvTqacsKHKq7utZgeA734N0OHQ62S8g\/9EIRn3oa8U5MERRxoQ8WMZRr+2P1ed\/k38vrZzh4j4cB9NdEW\/8gXXf\/AF7FHl3YfF3eq+G3EKQctPVlO0huwaXd7wPiwIDAQAB"
}