SellRocketPL
Generuje tekstowy podgląd aktulanie przeglądenej oferty Allegro, który można bezpośrednio użyć jako opis oferty w Shopee
Qu'est-ce que SellRocketPL ?
SellRocketPL est une extension Chrome développée par googleappdeveloper, et sa fonction principale est "Generuje tekstowy podgląd aktulanie przeglądenej oferty Allegro, który można bezpośrednio użyć jako opis oferty w Shopee".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SellRocketPL
Téléchargez les fichiers d'extension SellRocketPL 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
Aplikacja generuje tekstowy podgląd opisu aktualnie wyświetlanej aukcji Allegro, który można bezpośrednio użyć jako opis oferty w Shopee. Masz niską sprzedaż na Shopee, a dużą na Allegro? A może dopiero planujesz wejść na Shopee? Głównym czynnikiem zachęcającym do sprzedaży, poza samym produktem, jest cena i opis. Aplikacja SellRocket automatycznie generuje opisy gotowe do użycia w Shopee, na podstawie przeglądanej oferty Allegro. Logowanie do Allegro i dostęp API nie są konieczne.
Informations de Base sur l'Extension
Nom | SellRocketPL |
ID | nflodhlppngcalngdjmkaljmnfnhopfn |
URL Officiel | https://chromewebstore.google.com/detail/sellrocketpl/nflodhlppngcalngdjmkaljmnfnhopfn |
Description | Generuje tekstowy podgląd aktulanie przeglądenej oferty Allegro, który można bezpośrednio użyć jako opis oferty w Shopee |
Taille du Fichier | 882 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.4.0.20 |
Dernière Mise à Jour | 2022-10-03 |
Date de Publication | 2022-08-17 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | googleappdeveloper |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sellintegro.pl/pl/content/129-polityka-prywatnosci |
Langues Prises en Charge | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SellRocketPL", "description": "Generuje tekstowy podgl\u0105d aktulanie przegl\u0105denej oferty Allegro, kt\u00f3ry mo\u017cna bezpo\u015brednio u\u017cy\u0107 jako opis oferty w Shopee", "version": "1.4.0.20", "action": { "default_popup": "index.html", "default_title": "O SellRocket!" }, "icons": { "16": "sr16.png", "48": "sr48.png", "128": "sr128.png" }, "content_scripts": [ { "js": [ "static\/js\/main.388eb6ed.js" ], "css": [ "static\/css\/main.c81add96.css" ], "matches": [ "*:\/\/allegro.pl\/oferta\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |