Allegro - jump to not promoted offers
Simple search for first not promoted offers in results on Allegro
Qu'est-ce que Allegro - jump to not promoted offers ?
Allegro - jump to not promoted offers est une extension Chrome développée par Piotr Kochan, et sa fonction principale est "Simple search for first not promoted offers in results on Allegro".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Allegro - jump to not promoted offers
Téléchargez les fichiers d'extension Allegro - jump to not promoted offers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Ten plugin umożliwia na łatwe wyszukiwanie ofert niepromowanych na listingach produktów Allegro. Poszukiwacz samodzielnie przechodzi do kolejnych stron wyników wyszukiwania aż znajdzie niepromowane oferty. Strona zostaje automatycznie przeładowana i przewinięta do pierwszych niepromowanych produktów. Jeżeli na aktualnej stronie znajdują się niepromowane produkty to strona zostanie do nich automatycznie przewinięta. 0.1.2 * ikonka podświetla się tylko wtedy, kiedy znajdujemy się na podstronie Allegro z produktami * płynne przewijanie do wyniku * poprawiony interfejs okienka i komunikaty 0.0.1 * pierwsza wersja
Informations de Base sur l'Extension
Nom | Allegro - jump to not promoted offers |
ID | ooinfeioghgjebkpmgdkagbgmbefgdij |
URL Officiel | https://chromewebstore.google.com/detail/allegro-jump-to-not-promo/ooinfeioghgjebkpmgdkagbgmbefgdij |
Description | Simple search for first not promoted offers in results on Allegro |
Taille du Fichier | 25.85 KB |
Nombre d'Installations | 411 |
Version Actuelle | 0.2.3 |
Dernière Mise à Jour | 2023-06-01 |
Date de Publication | 2020-03-28 |
Évaluation | 4.50/5 Total 8 Évaluations |
Développeur | Piotr Kochan |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/piotrkochan/allegro-poszukiwacz-niepromowanych |
Langues Prises en Charge | de,en,pl,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon-16x16.png", "32": "icons\/icon-32x32.png", "128": "icons\/icon-128x128.png" }, "default_locale": "pl", "permissions": [ "tabs", "storage", "https:\/\/allegro.pl\/listing*", "https:\/\/allegro.pl\/kategoria\/*", "https:\/\/allegro.pl\/uzytkownik\/*" ], "content_scripts": [ { "matches": [ "https:\/\/allegro.pl\/listing*", "https:\/\/allegro.pl\/kategoria\/*", "https:\/\/allegro.pl\/uzytkownik\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "background": { "scripts": [ "scripts\/icon-changer.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "icons\/icon-16x16.png", "32": "icons\/icon-32x32.png" }, "default_title": "Allegro znajd\u017a niepromowane", "default_popup": "popup.html" } } |