Daraz Suggestions Expander
Add more suggestions to Daraz search input.
Was ist Daraz Suggestions Expander?
Daraz Suggestions Expander ist eine Chrome-Erweiterung, die von DarazTools entwickelt wurde, und ihr Hauptmerkmal ist "Add more suggestions to Daraz search input.".
Erweiterungsscreenshots
Daraz Suggestions Expander-Erweiterungs-CRX-Datei herunterladen
Laden Sie Daraz Suggestions Expander-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Daraz.pk, daraz.lk, daraz.com.np, daraz.com.bd and shop.com.mm search input box expander. Expand daraz search box with more suggestions or keywords so that user can have more product options while a product hunting. daraz keyword expander.
Grundlegende Informationen zur Erweiterung
Name | Daraz Suggestions Expander |
ID | kifilikkmogehaoiglkcjpakgkkpangl |
Offizielle URL | https://chromewebstore.google.com/detail/daraz-suggestions-expande/kifilikkmogehaoiglkcjpakgkkpangl |
Beschreibung | Add more suggestions to Daraz search input. |
Dateigröße | 60.94 KB |
Installationsanzahl | 208 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-06-21 |
Veröffentlichungsdatum | 2021-05-17 |
Entwickler | DarazTools |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://daraztools.com |
URL der Datenschutzrichtlinien-Seite | https://daraztools.com/privacy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daraz Suggestions Expander", "description": "Add more suggestions to Daraz search input.", "version": "1.1", "author": "Adil", "background": { "scripts": [ ".\/js\/jquery.js", ".\/js\/popup.min.js" ], "persistent": true }, "permissions": [ "webRequest", "*:\/\/*.daraz.pk\/*", "*:\/\/*.daraz.lk\/*", "*:\/\/*.daraz.com.np\/*", "*:\/\/*.daraz.com.bd\/*", "*:\/\/*.shop.com.mm\/*" ], "options_page": "options.html", "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" } } |