Posh Butler
Auto share your posts.
Co to jest Posh Butler?
Posh Butler to rozszerzenie Chrome opracowane przez tyler.buchea, a jego główną funkcją jest „Auto share your posts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Posh Butler
Pobierz pliki rozszerzeń Posh Butler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Posh Butler automates the "Share To Followers" feature on Poshmark. Simply navigate to your Poshmark closet, open Posh Butler, click start, and wait while it shares all of your posts. This extension is for someone with hundreds of posts on Poshmark and manually sharing each one is too time consuming.
Podstawowe informacje o rozszerzeniu
Nazwa | Posh Butler |
ID | dlncdhoiibiggpnejbmakpfloikjlmab |
Oficjalny URL | https://chromewebstore.google.com/detail/posh-butler/dlncdhoiibiggpnejbmakpfloikjlmab |
Opis | Auto share your posts. |
Rozmiar pliku | 4.56 MB |
Liczba instalacji | 118 |
Aktualna Wersja | 0.0.8 |
Ostatnia Aktualizacja | 2020-12-24 |
Data Publikacji | 2020-04-18 |
Ocena | 3.44/5 Łącznie 9 Oceny |
Deweloper | tyler.buchea |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://tylerbuchea.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Posh Butler", "description": "Auto share your posts.", "version": "0.0.8", "browser_action": { "default_popup": "index.html", "default_title": "Posh Butler" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage", "https:\/\/*.poshmark.com\/*", "https:\/\/*.poshmark.ca\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.poshmark.com\/*", "https:\/\/*.poshmark.ca\/*" ], "js": [ ".\/contentscript.js" ] } ] } |