DarazScout
Gather all the data of Daraz Products at one place!
什麼是DarazScout?
DarazScout是由https://darazscout.com開發的Chrome擴展程式,該擴展的主要功能是“Gather all the data of Daraz Products at one place!”。
擴展截圖
下載DarazScout擴展crx文件
下載DarazScout擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A tool to scrape winning product from Daraz. You can easily run this tool on any search/category page of Daraz.pk and get results for all the products on that page. Currently These options are available in this plugin: ⬤ Overall Statistics: - Average Price - Average Reviews - Average Rating ⬤ Data Columns: - Product Name - Seller - Brand - Product URL - Location - Price - Reviews - Rating - Free Shipping Upcoming Options: - Stock - Categories - Avg Daily Sales - Avg Monthly Sales - Est Monthly Revenue - Track Product - & Much More.. 😀
擴展基本資訊
名稱 | DarazScout |
ID | heffmihflilcadjdebaijhmmbccdmigg |
官方網址 | https://chromewebstore.google.com/detail/darazscout/heffmihflilcadjdebaijhmmbccdmigg |
簡介 | Gather all the data of Daraz Products at one place! |
檔案大小 | 1.31 MB |
安裝次數 | 937 |
目前版本 | 1.0.0 |
更新時間 | 2021-02-18 |
上架時間 | 2021-02-16 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://darazscout.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://darazscout.com |
說明頁面URL | https://darazscout.com#contact |
隱私政策頁面URL | https://darazscout.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DarazScout", "description": "Gather all the data of Daraz Products at one place!", "version": "1.0.0", "manifest_version": 2, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "external\/jQuery-3.3.1\/jquery-3.3.1.min.js", "assets\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.daraz.pk\/*" ], "js": [ "external\/jQuery-3.3.1\/jquery-3.3.1.min.js", "assets\/js\/content.js" ] } ], "web_accessible_resources": [ "*.html", "*.css", "assets\/js\/analytics.js", "*.png" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "browser_action": { "default_title": "DarazScout - Gather all the data of Daraz Products at one place!", "default_icon": { "500": "assets\/images\/logo-500x500.png", "128": "assets\/images\/logo-128x128.png", "48": "assets\/images\/logo-48x48.png", "16": "assets\/images\/logo-16x16.png" } } } |