Posh Butler
Auto share your posts.
What is Posh Butler?
Posh Butler is a Chrome extension developed by tyler.buchea, and its main feature is "Auto share your posts.".
Extension Screenshots
Download Posh Butler Extension CRX File
Download Posh Butler 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
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.
Extension Basic Information
Name | Posh Butler |
ID | dlncdhoiibiggpnejbmakpfloikjlmab |
Official URL | https://chromewebstore.google.com/detail/posh-butler/dlncdhoiibiggpnejbmakpfloikjlmab |
Description | Auto share your posts. |
File Size | 4.56 MB |
Installation Count | 118 |
Current Version | 0.0.8 |
Last Updated | 2020-12-24 |
Publish Date | 2020-04-18 |
Rating | 3.44/5 Total 9 Ratings |
Developer | tyler.buchea |
[email protected] | |
Payment Type | free |
Help Page URL | https://tylerbuchea.com |
Supported Languages | 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" ] } ] } |