dFOX
Daraz Analytics Extension!
Qu'est-ce que dFOX ?
dFOX est une extension Chrome développée par jawad.safdar226, et sa fonction principale est "Daraz Analytics Extension!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension dFOX
Téléchargez les fichiers d'extension dFOX 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
dFOX is chrome extension for sellers to help then in product hunting.With the help of this chrome extension, sellers will be able to automatically see analytics for certain product in daraz website page when they click on the extension while remaining on that specific product page without manually extracting data from it.
Informations de Base sur l'Extension
Nom | dFOX |
ID | mhhdapogpbjjpdcojpamkdngcjogpghp |
URL Officiel | https://chromewebstore.google.com/detail/dfox/mhhdapogpbjjpdcojpamkdngcjogpghp |
Description | Daraz Analytics Extension! |
Taille du Fichier | 43.24 KB |
Nombre d'Installations | 191 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2021-03-08 |
Date de Publication | 2021-02-16 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | jawad.safdar226 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "dFOX", "version": "0.0.0.3", "description": "Daraz Analytics Extension!", "manifest_version": 2, "icons": { "16": "images\/daraz16.png", "48": "images\/daraz48.png", "128": "images\/daraz128.png" }, "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "page_action": { "default_popup": "src\/popup.html", "default_title": "Daraz Analytics", "default_icon": { "16": "images\/daraz16.png", "48": "images\/daraz48.png", "128": "images\/daraz128.png" } }, "permissions": [ "declarativeContent", "activeTab" ] } |