SellerDost - Free Daraz Product Hunting Tool
Simplify daraz product hunting and product research, track products, find profitable products, spy on competitors & more.
Τι είναι το SellerDost - Free Daraz Product Hunting Tool;
Το SellerDost - Free Daraz Product Hunting Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sellerdost.com, και η κύρια λειτουργία του είναι "Simplify daraz product hunting and product research, track products, find profitable products, spy on competitors & more.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SellerDost - Free Daraz Product Hunting Tool
Λήψη αρχείων επέκτασης SellerDost - Free Daraz Product Hunting Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Fast, accurate and up-to-date Daraz product information just one click away. Looking for products to sell? With the SellerDost chrome extension, you'll know exactly which products are profitable and which ones to avoid so you don't waste time. Analyze Daraz product opportunities while surfing the web. Our extension populates real-time sales estimates, competitive data, and revenue projection for the product page or search results page you’re viewing directly on Daraz. You get below features for free: Keyword search Product analytics Google trends Revenue Calculator Product Inventory ------------------------------------------------------------- For more information visit our website: https://sellerdost.com
Βασικές Πληροφορίες Επέκτασης
Όνομα | SellerDost - Free Daraz Product Hunting Tool |
ID | blbiaonjllllhnnblbddfhncokpmogjh |
Επίσημο URL | https://chromewebstore.google.com/detail/sellerdost-free-daraz-pro/blbiaonjllllhnnblbddfhncokpmogjh |
Περιγραφή | Simplify daraz product hunting and product research, track products, find profitable products, spy on competitors & more. |
Μέγεθος Αρχείου | 1.58 MB |
Αριθμός Εγκαταστάσεων | 4,372 |
Τρέχουσα Έκδοση | 1.2.1 |
Τελευταία Ενημέρωση | 2021-07-20 |
Ημερομηνία Δημοσίευσης | 2021-06-06 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://sellerdost.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://sellerdost.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://sellerdost.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://sellerdost.com |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SellerDost - Free Daraz Product Hunting Tool", "version": "1.2.1", "description": "Simplify daraz product hunting and product research, track products, find profitable products, spy on competitors & more.", "permissions": [ "activeTab", "declarativeContent", "*:\/\/*.daraz.pk\/*", "*:\/\/*.sellerdost.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/favicon-16.png", "32": "images\/favicon-32.png", "48": "images\/favicon-48.png", "128": "images\/favicon-128.png" }, "page_action": { "default_icon": { "16": "images\/favicon-off-16.png", "32": "images\/favicon-off-16.png", "48": "images\/favicon-off-16.png", "128": "images\/favicon-off-16.png" }, "default_title": "SellerDost - Free Daraz Product Hunting and Tracking tool", "default_popup": "popup.html" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.daraz.pk\/*" ], "css": [ "css\/libs\/fontawesome\/fontawesome.all.min.css", "css\/content.css" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/jquery-ui.js", "js\/jquery.dataTables.min.js", "js\/common.js", "js\/content.js" ] } ], "web_accessible_resources": [ "js\/*", "css\/*", "images\/*", "webfonts\/*" ] } |