Daraz Suggestions Expander
Add more suggestions to Daraz search input.
Wat is Daraz Suggestions Expander?
Daraz Suggestions Expander is een Chrome-extensie ontwikkeld door DarazTools, en de belangrijkste functie is "Add more suggestions to Daraz search input.".
Extensie Screenshots
Download het CRX-bestand van de extensie Daraz Suggestions Expander
Download Daraz Suggestions Expander-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Daraz Suggestions Expander |
ID | kifilikkmogehaoiglkcjpakgkkpangl |
Officiële URL | https://chromewebstore.google.com/detail/daraz-suggestions-expande/kifilikkmogehaoiglkcjpakgkkpangl |
Beschrijving | Add more suggestions to Daraz search input. |
Bestandsgrootte | 60.94 KB |
Aantal Installaties | 208 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-06-21 |
Publicatiedatum | 2021-05-17 |
Ontwikkelaar | DarazTools |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://daraztools.com |
URL van de Privacybeleid Pagina | https://daraztools.com/privacy |
Ondersteunde Talen | 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" } } |