dFOX
Daraz Analytics Extension!
What is dFOX?
dFOX is a Chrome extension developed by jawad.safdar226, and its main feature is "Daraz Analytics Extension!".
Extension Screenshots
Download dFOX Extension CRX File
Download dFOX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | dFOX |
ID | mhhdapogpbjjpdcojpamkdngcjogpghp |
Official URL | https://chromewebstore.google.com/detail/dfox/mhhdapogpbjjpdcojpamkdngcjogpghp |
Description | Daraz Analytics Extension! |
File Size | 43.24 KB |
Installation Count | 191 |
Current Version | 0.0.0.3 |
Last Updated | 2021-03-08 |
Publish Date | 2021-02-16 |
Rating | 3.00/5 Total 2 Ratings |
Developer | jawad.safdar226 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |