Daraz Rank Finder

Add product url and keywords with it to track the rank

Qu'est-ce que Daraz Rank Finder ?

Daraz Rank Finder est une extension Chrome développée par Developer Awais, et sa fonction principale est "Add product url and keywords with it to track the rank".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Daraz Rank Finder

Téléchargez les fichiers d'extension Daraz Rank Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 .                    

Informations de Base sur l'Extension

Nom Daraz Rank Finder Daraz Rank Finder
ID heiadgnmhadekajnakabibocbenjligo
URL Officiel https://chromewebstore.google.com/detail/daraz-rank-finder/heiadgnmhadekajnakabibocbenjligo
Description Add product url and keywords with it to track the rank
Taille du Fichier 407 KB
Nombre d'Installations 114
Version Actuelle 2.0.2
Dernière Mise à Jour 2023-08-21
Date de Publication 2021-06-11
Évaluation 3.50/5 Total 2 Évaluations
Développeur Developer Awais
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}