Posh Butler
Auto share your posts.
Co je Posh Butler?
Posh Butler je rozšíření Chrome vyvinuté tyler.buchea, a jeho hlavní funkcí je „Auto share your posts.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Posh Butler
Stáhněte si soubory rozšíření Posh Butler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Posh Butler |
ID | dlncdhoiibiggpnejbmakpfloikjlmab |
Oficiální URL | https://chromewebstore.google.com/detail/posh-butler/dlncdhoiibiggpnejbmakpfloikjlmab |
Popis | Auto share your posts. |
Velikost souboru | 4.56 MB |
Počet instalací | 118 |
Aktuální Verze | 0.0.8 |
Poslední Aktualizace | 2020-12-24 |
Datum Vydání | 2020-04-18 |
Hodnocení | 3.44/5 Celkem 9 Hodnocení |
Vývojář | tyler.buchea |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://tylerbuchea.com |
Podporované Jazyky | 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" ] } ] } |