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ファイルをダウンロード

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
Eメール [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"
}