Daraz Rank Finder

Add product url and keywords with it to track the rank

Daraz Rank Finderคืออะไร?

Daraz Rank Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Developer Awais และคุณลักษณะหลักของมันคือ "Add product url and keywords with it to track the rank"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daraz Rank Finder

ดาวน์โหลดไฟล์ส่วนขยาย Daraz Rank Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}