Posh Butler
Auto share your posts.
Wat is Posh Butler?
Posh Butler is een Chrome-extensie ontwikkeld door tyler.buchea, en de belangrijkste functie is "Auto share your posts.".
Extensie Screenshots
Download het CRX-bestand van de extensie Posh Butler
Download Posh Butler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Posh Butler |
ID | dlncdhoiibiggpnejbmakpfloikjlmab |
Officiële URL | https://chromewebstore.google.com/detail/posh-butler/dlncdhoiibiggpnejbmakpfloikjlmab |
Beschrijving | Auto share your posts. |
Bestandsgrootte | 4.56 MB |
Aantal Installaties | 118 |
Huidige Versie | 0.0.8 |
Laatst Bijgewerkt | 2020-12-24 |
Publicatiedatum | 2020-04-18 |
Beoordeling | 3.44/5 Totaal 9 Beoordelingen |
Ontwikkelaar | tyler.buchea |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://tylerbuchea.com |
Ondersteunde Talen | 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" ] } ] } |