SellRocketPL
Generuje tekstowy podgląd aktulanie przeglądenej oferty Allegro, który można bezpośrednio użyć jako opis oferty w Shopee
What is SellRocketPL?
SellRocketPL is a Chrome extension developed by googleappdeveloper, and its main feature is "Generuje tekstowy podgląd aktulanie przeglądenej oferty Allegro, który można bezpośrednio użyć jako opis oferty w Shopee".
Extension Screenshots
Download SellRocketPL Extension CRX File
Download SellRocketPL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SellRocketPL |
ID | nflodhlppngcalngdjmkaljmnfnhopfn |
Official URL | 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 |
File Size | 882 KB |
Installation Count | 30 |
Current Version | 1.4.0.20 |
Last Updated | 2022-10-03 |
Publish Date | 2022-08-17 |
Rating | 5.00/5 Total 4 Ratings |
Developer | googleappdeveloper |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sellintegro.pl/pl/content/129-polityka-prywatnosci |
Supported Languages | 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:\/\/*\/" ] } |