Daraz Suggestions Expander
Add more suggestions to Daraz search input.
Cos'è Daraz Suggestions Expander?
Daraz Suggestions Expander è un'estensione di Chrome sviluppata da DarazTools, e la sua funzione principale è "Add more suggestions to Daraz search input.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Daraz Suggestions Expander
Scarica i file di estensione Daraz Suggestions Expander in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Daraz Suggestions Expander |
ID | kifilikkmogehaoiglkcjpakgkkpangl |
URL Ufficiale | https://chromewebstore.google.com/detail/daraz-suggestions-expande/kifilikkmogehaoiglkcjpakgkkpangl |
Descrizione | Add more suggestions to Daraz search input. |
Dimensione del File | 60.94 KB |
Conteggio Installazioni | 208 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-06-21 |
Data di Pubblicazione | 2021-05-17 |
Sviluppatore | DarazTools |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://daraztools.com |
URL della Pagina della Politica sulla Privacy | https://daraztools.com/privacy |
Lingue Supportate | 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" } } |